Class 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.CasWebflowExecutionPlanConfigurer
    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()
      • configureWebflowExecutionPlan

        public void configureWebflowExecutionPlan​(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
        Specified by:
        configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer