Package org.apereo.cas.config
Class YubiKeyConfiguration
- java.lang.Object
-
- org.apereo.cas.config.YubiKeyConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
@Configuration("yubikeyConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class YubiKeyConfiguration extends java.lang.Object implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerThis isYubiKeyConfiguration.- Since:
- 5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classYubiKeyConfiguration.YubiKeyMultifactorTrustConfigurationThe Yubikey multifactor trust configuration.
-
Constructor Summary
Constructors Constructor Description YubiKeyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)org.apereo.cas.CipherExecutoryubikeyAccountCipherExecutor()org.springframework.webflow.execution.ActionyubikeyAuthenticationWebflowAction()org.apereo.cas.web.flow.resolver.CasWebflowEventResolveryubikeyAuthenticationWebflowEventResolver()org.springframework.webflow.definition.registry.FlowDefinitionRegistryyubikeyFlowRegistry()org.apereo.cas.web.flow.CasWebflowConfigureryubikeyMultifactorWebflowConfigurer()
-
-
-
Method Detail
-
yubikeyFlowRegistry
@Bean public org.springframework.webflow.definition.registry.FlowDefinitionRegistry yubikeyFlowRegistry()
-
yubikeyAuthenticationWebflowAction
@RefreshScope @Bean public org.springframework.webflow.execution.Action yubikeyAuthenticationWebflowAction()
-
yubikeyMultifactorWebflowConfigurer
@ConditionalOnMissingBean(name="yubikeyMultifactorWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer yubikeyMultifactorWebflowConfigurer()
-
yubikeyAuthenticationWebflowEventResolver
@Bean public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver yubikeyAuthenticationWebflowEventResolver()
-
configureWebflowExecutionPlan
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
- Specified by:
configureWebflowExecutionPlanin interfaceorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
yubikeyAccountCipherExecutor
@Bean @RefreshScope public org.apereo.cas.CipherExecutor yubikeyAccountCipherExecutor()
-
-