Package org.esupportail.cas.config
Class EsupOtpConfiguration
java.lang.Object
org.esupportail.cas.config.EsupOtpConfiguration
@Configuration("esupotpConfiguration")
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public class EsupOtpConfiguration
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassmultifactor trust configuration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.ActionesupotpAuthenticationWebflowAction(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext) esupotpAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext) org.springframework.webflow.definition.registry.FlowDefinitionRegistryorg.springframework.webflow.execution.ActionesupotpGetTransportsAction(EsupOtpService esupOtpService) org.apereo.cas.web.flow.CasWebflowConfigurerorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
Constructor Details
-
EsupOtpConfiguration
public EsupOtpConfiguration()
-
-
Method Details
-
esupotpFlowRegistry
@RefreshScope @Bean public org.springframework.webflow.definition.registry.FlowDefinitionRegistry esupotpFlowRegistry() -
esupotpAuthenticationWebflowAction
@Bean public org.springframework.webflow.execution.Action esupotpAuthenticationWebflowAction(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext) -
esupotpGetTransportsAction
@Bean @RefreshScope public org.springframework.webflow.execution.Action esupotpGetTransportsAction(EsupOtpService esupOtpService) -
esupotpAuthenticationWebflowEventResolver
@ConditionalOnMissingBean(name="esupotpAuthenticationWebflowEventResolver") @Bean public EsupOtpAuthenticationWebflowEventResolver esupotpAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext) -
esupotpMultifactorWebflowConfigurer
@ConditionalOnMissingBean(name="esupotpMultifactorWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer esupotpMultifactorWebflowConfigurer() -
mfaSimpleCasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="esupotpCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer mfaSimpleCasWebflowExecutionPlanConfigurer()
-