Class JsonResourceAuthenticationEventExecutionPlanConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=Authentication,
                                 module="generic")
    @AutoConfiguration
    public class JsonResourceAuthenticationEventExecutionPlanConfiguration
    extends java.lang.Object
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.principal.PrincipalFactory jsonPrincipalFactory()  
      org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer jsonResourceAuthenticationEventExecutionPlanConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.AuthenticationHandler jsonResourceAuthenticationHandler, org.apereo.cas.authentication.principal.PrincipalResolver defaultPrincipalResolver)  
      org.apereo.cas.authentication.AuthenticationHandler jsonResourceAuthenticationHandler​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.principal.PrincipalFactory jsonPrincipalFactory, org.apereo.cas.services.ServicesManager servicesManager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonResourceAuthenticationEventExecutionPlanConfiguration

        public JsonResourceAuthenticationEventExecutionPlanConfiguration()
    • Method Detail

      • jsonPrincipalFactory

        @ConditionalOnMissingBean(name="jsonPrincipalFactory")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.principal.PrincipalFactory jsonPrincipalFactory()
      • jsonResourceAuthenticationHandler

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.apereo.cas.authentication.AuthenticationHandler jsonResourceAuthenticationHandler​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                     org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                     @Qualifier("jsonPrincipalFactory")
                                                                                                     org.apereo.cas.authentication.principal.PrincipalFactory jsonPrincipalFactory,
                                                                                                     @Qualifier("servicesManager")
                                                                                                     org.apereo.cas.services.ServicesManager servicesManager)
      • jsonResourceAuthenticationEventExecutionPlanConfigurer

        @ConditionalOnMissingBean(name="jsonResourceAuthenticationEventExecutionPlanConfigurer")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer jsonResourceAuthenticationEventExecutionPlanConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                                               @Qualifier("jsonResourceAuthenticationHandler")
                                                                                                                                               org.apereo.cas.authentication.AuthenticationHandler jsonResourceAuthenticationHandler,
                                                                                                                                               @Qualifier("defaultPrincipalResolver")
                                                                                                                                               org.apereo.cas.authentication.principal.PrincipalResolver defaultPrincipalResolver)