类 OAuth2AuthenticationServerConfiguration

java.lang.Object
cn.herodotus.engine.oauth2.authentication.server.configuration.OAuth2AuthenticationServerConfiguration

@AutoConfiguration @EnableConfigurationProperties({cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.class,cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties.class,cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.class}) @Import(cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration.class) @EntityScan(basePackages="cn.herodotus.engine.oauth2.authentication.server.entity") @EnableJpaRepositories(basePackages="cn.herodotus.engine.oauth2.authentication.server.repository") @ComponentScan(basePackages={"cn.herodotus.engine.oauth2.authentication.server.service","cn.herodotus.engine.oauth2.authentication.server.controller"}) public class OAuth2AuthenticationServerConfiguration extends Object

Description: OAuth2 Manager 模块配置

JwtTimestampValidator

作者:
: gengwei.zheng
Date:
: 2022/2/26 12:35
  • 构造器详细资料

    • OAuth2AuthenticationServerConfiguration

      public OAuth2AuthenticationServerConfiguration()
  • 方法详细资料

    • postConstruct

      @PostConstruct public void postConstruct()