@Configuration(value="tokenAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class TokenAuthenticationConfiguration
extends java.lang.Object
TokenAuthenticationConfiguration.| Constructor and Description |
|---|
TokenAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer |
tokenAuthenticationEventExecutionPlanConfigurer() |
org.apereo.cas.authentication.AuthenticationHandler |
tokenAuthenticationHandler() |
org.apereo.cas.authentication.principal.PrincipalFactory |
tokenPrincipalFactory() |
@ConditionalOnMissingBean(name="tokenPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory tokenPrincipalFactory()
@ConditionalOnMissingBean(name="tokenAuthenticationHandler") @Bean public org.apereo.cas.authentication.AuthenticationHandler tokenAuthenticationHandler()
@ConditionalOnMissingBean(name="tokenAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer tokenAuthenticationEventExecutionPlanConfigurer()