@Configuration(value="digestAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class DigestAuthenticationConfiguration
extends java.lang.Object
implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
DigestAuthenticationConfiguration.| Constructor and Description |
|---|
DigestAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan) |
DigestHashedCredentialRetriever |
defaultDigestCredentialRetriever() |
org.springframework.webflow.execution.Action |
digestAuthenticationAction(DigestHashedCredentialRetriever defaultDigestCredentialRetriever) |
org.apereo.cas.web.flow.CasWebflowConfigurer |
digestAuthenticationWebflowConfigurer() |
@ConditionalOnMissingBean(name="digestAuthenticationWebflowConfigurer") @Bean @DependsOn(value="defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer digestAuthenticationWebflowConfigurer()
@Autowired
@Bean
public org.springframework.webflow.execution.Action digestAuthenticationAction(@Qualifier(value="defaultDigestCredentialRetriever")
DigestHashedCredentialRetriever defaultDigestCredentialRetriever)
@ConditionalOnMissingBean(name="defaultDigestCredentialRetriever") @Bean @RefreshScope public DigestHashedCredentialRetriever defaultDigestCredentialRetriever()
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer