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
  • Constructor Details

    • OAuth2AuthorizationServerProperties

      public OAuth2AuthorizationServerProperties()
  • Method Details