Package org.apereo.cas.config
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 TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurerauthenticationHandlerResolversExecutionPlanConfigurer(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.AuthenticationEventExecutionPlanConfigurergroovyAuthenticationProcessorExecutionPlanConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
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)
-