Package org.apereo.cas.digest.config
Class DigestAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.digest.config.DigestAuthenticationConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
@Configuration("digestAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class DigestAuthenticationConfiguration extends java.lang.Object implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerThis isDigestAuthenticationConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description DigestAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)DigestHashedCredentialRetrieverdefaultDigestCredentialRetriever()org.springframework.webflow.execution.ActiondigestAuthenticationAction(DigestHashedCredentialRetriever defaultDigestCredentialRetriever)org.apereo.cas.web.flow.CasWebflowConfigurerdigestAuthenticationWebflowConfigurer()
-
-
-
Method Detail
-
digestAuthenticationWebflowConfigurer
@ConditionalOnMissingBean(name="digestAuthenticationWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer digestAuthenticationWebflowConfigurer()
-
digestAuthenticationAction
@Autowired @Bean public org.springframework.webflow.execution.Action digestAuthenticationAction(@Qualifier("defaultDigestCredentialRetriever") DigestHashedCredentialRetriever defaultDigestCredentialRetriever)
-
defaultDigestCredentialRetriever
@ConditionalOnMissingBean(name="defaultDigestCredentialRetriever") @Bean @RefreshScope public DigestHashedCredentialRetriever defaultDigestCredentialRetriever()
-
configureWebflowExecutionPlan
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
- Specified by:
configureWebflowExecutionPlanin interfaceorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
-