Package org.apereo.cas.config
Class TokenAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.config.TokenAuthenticationConfiguration
-
@Configuration("tokenAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class TokenAuthenticationConfiguration extends java.lang.ObjectThis isTokenAuthenticationConfiguration.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description TokenAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurertokenAuthenticationEventExecutionPlanConfigurer()org.apereo.cas.authentication.AuthenticationHandlertokenAuthenticationHandler()org.apereo.cas.authentication.principal.PrincipalFactorytokenPrincipalFactory()
-
-
-
Method Detail
-
tokenPrincipalFactory
@ConditionalOnMissingBean(name="tokenPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory tokenPrincipalFactory()
-
tokenAuthenticationHandler
@ConditionalOnMissingBean(name="tokenAuthenticationHandler") @Bean public org.apereo.cas.authentication.AuthenticationHandler tokenAuthenticationHandler()
-
tokenAuthenticationEventExecutionPlanConfigurer
@ConditionalOnMissingBean(name="tokenAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer tokenAuthenticationEventExecutionPlanConfigurer()
-
-