Class CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationExecutionPlanConfiguration

java.lang.Object
org.apereo.cas.config.CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationExecutionPlanConfiguration
Enclosing class:
CasCoreAuthenticationSupportConfiguration

@Configuration(value="CasCoreAuthenticationExecutionPlanConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationExecutionPlanConfiguration extends Object
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
    authenticationHandlerResolversExecutionPlanConfigurer(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.AuthenticationHandlerResolver> byCredentialSourceAuthenticationHandlerResolver, org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver, org.apereo.cas.authentication.AuthenticationPolicyResolver registeredServiceAuthenticationPolicyResolver, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.AuthenticationHandlerResolver> groovyAuthenticationHandlerResolver)
     
    org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
    groovyAuthenticationProcessorExecutionPlanConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasCoreAuthenticationExecutionPlanConfiguration

      public CasCoreAuthenticationExecutionPlanConfiguration()
  • Method Details

    • authenticationHandlerResolversExecutionPlanConfigurer

      @ConditionalOnMissingBean(name="authenticationHandlerResolversExecutionPlanConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer authenticationHandlerResolversExecutionPlanConfigurer(@Qualifier("byCredentialSourceAuthenticationHandlerResolver") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.AuthenticationHandlerResolver> byCredentialSourceAuthenticationHandlerResolver, @Qualifier("registeredServiceAuthenticationHandlerResolver") org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver, @Qualifier("registeredServiceAuthenticationPolicyResolver") org.apereo.cas.authentication.AuthenticationPolicyResolver registeredServiceAuthenticationPolicyResolver, @Qualifier("groovyAuthenticationHandlerResolver") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.AuthenticationHandlerResolver> groovyAuthenticationHandlerResolver)
    • groovyAuthenticationProcessorExecutionPlanConfigurer

      @ConditionalOnMissingBean(name="groovyAuthenticationProcessorExecutionPlanConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingGraalVMNativeImage public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer groovyAuthenticationProcessorExecutionPlanConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties)