Class OpenIdWebflowConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @Deprecated(since="6.2.0")
    @Configuration(value="OpenIdWebflowConfiguration",
                   proxyBeanMethods=false)
    public class OpenIdWebflowConfiguration
    extends java.lang.Object
    Deprecated.
    6.2
    Since:
    5.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apereo.cas.support.openid.web.support.OpenIdUserNameExtractor defaultOpenIdUserNameExtractor()
      Deprecated.
       
      org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer openidCasWebflowExecutionPlanConfigurer​(org.apereo.cas.web.flow.CasWebflowConfigurer openidWebflowConfigurer, org.apereo.cas.web.flow.CasWebflowLoginContextProvider openidCasWebflowLoginContextProvider)
      Deprecated.
       
      org.apereo.cas.web.flow.CasWebflowLoginContextProvider openidCasWebflowLoginContextProvider()
      Deprecated.
       
      org.springframework.webflow.execution.Action openIdSingleSignOnAction​(org.apereo.cas.support.openid.web.support.OpenIdUserNameExtractor defaultOpenIdUserNameExtractor, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport)
      Deprecated.
       
      org.apereo.cas.web.flow.CasWebflowConfigurer openidWebflowConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenIdWebflowConfiguration

        public OpenIdWebflowConfiguration()
        Deprecated.
    • Method Detail

      • defaultOpenIdUserNameExtractor

        @Bean
        public org.apereo.cas.support.openid.web.support.OpenIdUserNameExtractor defaultOpenIdUserNameExtractor()
        Deprecated.
      • openidWebflowConfigurer

        @ConditionalOnMissingBean(name="openidWebflowConfigurer")
        @Bean
        public org.apereo.cas.web.flow.CasWebflowConfigurer openidWebflowConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                    org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                    @Qualifier("loginFlowRegistry")
                                                                                    org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry,
                                                                                    @Qualifier("flowBuilderServices")
                                                                                    org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
        Deprecated.
      • openIdSingleSignOnAction

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action openIdSingleSignOnAction​(@Qualifier("defaultOpenIdUserNameExtractor")
                                                                                     org.apereo.cas.support.openid.web.support.OpenIdUserNameExtractor defaultOpenIdUserNameExtractor,
                                                                                     @Qualifier("adaptiveAuthenticationPolicy")
                                                                                     org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy,
                                                                                     @Qualifier("serviceTicketRequestWebflowEventResolver")
                                                                                     org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver,
                                                                                     @Qualifier("initialAuthenticationAttemptWebflowEventResolver")
                                                                                     org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver,
                                                                                     @Qualifier("defaultTicketRegistrySupport")
                                                                                     org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport)
        Deprecated.
      • openidCasWebflowExecutionPlanConfigurer

        @Bean
        @ConditionalOnMissingBean(name="openidCasWebflowExecutionPlanConfigurer")
        public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer openidCasWebflowExecutionPlanConfigurer​(@Qualifier("openidWebflowConfigurer")
                                                                                                                 org.apereo.cas.web.flow.CasWebflowConfigurer openidWebflowConfigurer,
                                                                                                                 @Qualifier("openidCasWebflowLoginContextProvider")
                                                                                                                 org.apereo.cas.web.flow.CasWebflowLoginContextProvider openidCasWebflowLoginContextProvider)
        Deprecated.
      • openidCasWebflowLoginContextProvider

        @Bean
        @ConditionalOnMissingBean(name="openidCasWebflowLoginContextProvider")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.CasWebflowLoginContextProvider openidCasWebflowLoginContextProvider()
        Deprecated.