Class DigestAuthenticationConfiguration


  • @Configuration("digestAuthenticationConfiguration")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class DigestAuthenticationConfiguration
    extends java.lang.Object
    Since:
    5.0.0
    • Constructor Detail

      • DigestAuthenticationConfiguration

        public DigestAuthenticationConfiguration()
    • 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()
      • digestAuthenticationCasWebflowExecutionPlanConfigurer

        @Bean
        @ConditionalOnMissingBean(name="digestAuthenticationCasWebflowExecutionPlanConfigurer")
        public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer digestAuthenticationCasWebflowExecutionPlanConfigurer()