Class LogicIdentityConfiguration

java.lang.Object
cn.herodotus.engine.logic.identity.config.LogicIdentityConfiguration

@Configuration(proxyBeanMethods=false) @EntityScan(basePackages="cn.herodotus.engine.logic.identity.entity") @EnableJpaRepositories(basePackages="cn.herodotus.engine.logic.identity.repository") @ComponentScan(basePackages="cn.herodotus.engine.logic.identity.service") public class LogicIdentityConfiguration extends Object

Description: SAS Identity 业务逻辑配置模块

Author:
: gengwei.zheng
Date:
: 2024/3/14 23:38
  • Constructor Details

    • LogicIdentityConfiguration

      public LogicIdentityConfiguration()
  • Method Details

    • postConstruct

      @PostConstruct public void postConstruct()
    • clientDetailsService

      @Bean @ConditionalOnMissingBean public cn.herodotus.engine.core.identity.service.ClientDetailsService clientDetailsService(OAuth2ApplicationService applicationService)