Package org.apereo.cas.gua.config
Class GraphicalUserAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.gua.config.GraphicalUserAuthenticationConfiguration
-
@Configuration("graphicalUserAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class GraphicalUserAuthenticationConfiguration extends java.lang.Object- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description GraphicalUserAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.ActionacceptUserGraphicsForAuthenticationAction()org.springframework.webflow.execution.ActiondisplayUserGraphicsBeforeAuthenticationAction()org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurergraphicalUserAuthenticationCasWebflowExecutionPlanConfigurer()org.apereo.cas.web.flow.CasWebflowConfigurergraphicalUserAuthenticationWebflowConfigurer()org.springframework.webflow.execution.ActioninitializeLoginAction()UserGraphicalAuthenticationRepositoryuserGraphicalAuthenticationRepository()
-
-
-
Method Detail
-
graphicalUserAuthenticationWebflowConfigurer
@ConditionalOnMissingBean(name="graphicalUserAuthenticationWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer graphicalUserAuthenticationWebflowConfigurer()
-
userGraphicalAuthenticationRepository
@Bean @RefreshScope @ConditionalOnMissingBean(name="userGraphicalAuthenticationRepository") public UserGraphicalAuthenticationRepository userGraphicalAuthenticationRepository()
-
acceptUserGraphicsForAuthenticationAction
@Bean @ConditionalOnMissingBean(name="acceptUserGraphicsForAuthenticationAction") @RefreshScope public org.springframework.webflow.execution.Action acceptUserGraphicsForAuthenticationAction()
-
displayUserGraphicsBeforeAuthenticationAction
@Bean @RefreshScope @ConditionalOnMissingBean(name="displayUserGraphicsBeforeAuthenticationAction") public org.springframework.webflow.execution.Action displayUserGraphicsBeforeAuthenticationAction()
-
initializeLoginAction
@Bean @RefreshScope public org.springframework.webflow.execution.Action initializeLoginAction()
-
graphicalUserAuthenticationCasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="graphicalUserAuthenticationCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer graphicalUserAuthenticationCasWebflowExecutionPlanConfigurer()
-
-