Package org.apereo.cas.config
Class CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationHandlerResolverConfiguration
java.lang.Object
org.apereo.cas.config.CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationHandlerResolverConfiguration
- Enclosing class:
CasCoreAuthenticationSupportConfiguration
@Configuration(value="CasCoreAuthenticationHandlerResolverConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationHandlerResolverConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationHandlerResolverbyCredentialSourceAuthenticationHandlerResolver(org.springframework.context.ConfigurableApplicationContext applicationContext) org.apereo.cas.authentication.AuthenticationHandlerResolvergroovyAuthenticationHandlerResolver(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.ServicesManager servicesManager) org.apereo.cas.authentication.AuthenticationHandlerResolverregisteredServiceAuthenticationHandlerResolver(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan)
-
Constructor Details
-
CasCoreAuthenticationHandlerResolverConfiguration
public CasCoreAuthenticationHandlerResolverConfiguration()
-
-
Method Details
-
registeredServiceAuthenticationHandlerResolver
@RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="registeredServiceAuthenticationHandlerResolver") public org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("authenticationServiceSelectionPlan") org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan) -
groovyAuthenticationHandlerResolver
@RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="groovyAuthenticationHandlerResolver") @ConditionalOnMissingGraalVMNativeImage public org.apereo.cas.authentication.AuthenticationHandlerResolver groovyAuthenticationHandlerResolver(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager) throws Exception - Throws:
Exception
-
byCredentialSourceAuthenticationHandlerResolver
@Bean @ConditionalOnMissingBean(name="byCredentialSourceAuthenticationHandlerResolver") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationHandlerResolver byCredentialSourceAuthenticationHandlerResolver(org.springframework.context.ConfigurableApplicationContext applicationContext) throws Exception - Throws:
Exception
-