Class OAuth2AuthorizationServerProperties
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(prefix="spring.security.oauth2.authorizationserver")
public class OAuth2AuthorizationServerProperties
extends Object
implements org.springframework.beans.factory.InitializingBean
OAuth 2.0 Authorization Server properties.
- Since:
- 3.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA registered client of the Authorization Server.static classAuthorization Server endpoints.static classOpenID Connect 1.0 endpoints.static classClient registration information.static classToken settings of the registered client. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OAuth2AuthorizationServerProperties
public OAuth2AuthorizationServerProperties()
-
-
Method Details
-
getIssuer
-
setIssuer
-
getClient
-
getEndpoint
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
validate
public void validate()
-