Class InweboWebflowConfiguration.InweboWebflowActionConfiguration
- java.lang.Object
-
- org.apereo.cas.support.inwebo.config.InweboWebflowConfiguration.InweboWebflowActionConfiguration
-
- Enclosing class:
- InweboWebflowConfiguration
@Configuration(value="InweboWebflowActionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class InweboWebflowConfiguration.InweboWebflowActionConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InweboWebflowActionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.ActioninweboCheckAuthenticationAction(org.apereo.cas.web.flow.resolver.CasWebflowEventResolver inweboMultifactorAuthenticationWebflowEventResolver, InweboService inweboService)org.springframework.webflow.execution.ActioninweboCheckUserAction(InweboService inweboService, org.apereo.cas.configuration.CasConfigurationProperties casProperties)org.springframework.webflow.execution.ActioninweboMustEnrollAction()org.springframework.webflow.execution.ActioninweboPushAuthenticateAction(InweboService inweboService)org.springframework.webflow.execution.ActioninweboSuccessAction()
-
-
-
Method Detail
-
inweboPushAuthenticateAction
@Bean @ConditionalOnMissingBean(name="inweboPushAuthenticateAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action inweboPushAuthenticateAction(@Qualifier("inweboService") InweboService inweboService)
-
inweboCheckUserAction
@Bean @ConditionalOnMissingBean(name="inweboCheckUserAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action inweboCheckUserAction(@Qualifier("inweboService") InweboService inweboService, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
inweboMustEnrollAction
@Bean @ConditionalOnMissingBean(name="inweboMustEnrollAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action inweboMustEnrollAction()
-
inweboCheckAuthenticationAction
@Bean @ConditionalOnMissingBean(name="inweboCheckAuthenticationAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action inweboCheckAuthenticationAction(@Qualifier("inweboMultifactorAuthenticationWebflowEventResolver") org.apereo.cas.web.flow.resolver.CasWebflowEventResolver inweboMultifactorAuthenticationWebflowEventResolver, @Qualifier("inweboService") InweboService inweboService)
-
inweboSuccessAction
@Bean @ConditionalOnMissingBean(name="inweboSuccessAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action inweboSuccessAction()
-
-