Package org.apereo.cas.web.flow.config
Class OpenIdWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.OpenIdWebflowConfiguration
-
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @Deprecated(since="6.2.0") @Configuration(value="OpenIdWebflowConfiguration", proxyBeanMethods=false) public class OpenIdWebflowConfiguration extends java.lang.ObjectDeprecated.6.2This isOpenIdWebflowConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description OpenIdWebflowConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apereo.cas.support.openid.web.support.OpenIdUserNameExtractordefaultOpenIdUserNameExtractor()Deprecated.org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigureropenidCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer openidWebflowConfigurer, org.apereo.cas.web.flow.CasWebflowLoginContextProvider openidCasWebflowLoginContextProvider)Deprecated.org.apereo.cas.web.flow.CasWebflowLoginContextProvideropenidCasWebflowLoginContextProvider()Deprecated.org.springframework.webflow.execution.ActionopenIdSingleSignOnAction(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.CasWebflowConfigureropenidWebflowConfigurer(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.
-
-
-
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.
-
-