Class OAuth2AuthorizationServerProperties

java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties("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
  • Constructor Details

    • OAuth2AuthorizationServerProperties

      public OAuth2AuthorizationServerProperties()
  • Method Details

    • isMultipleIssuersAllowed

      public boolean isMultipleIssuersAllowed()
    • setMultipleIssuersAllowed

      public void setMultipleIssuersAllowed(boolean multipleIssuersAllowed)
    • getIssuer

      public String getIssuer()
    • setIssuer

      public void setIssuer(String issuer)
    • getClient

    • getEndpoint

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • validate

      public void validate()