Class OpenIdAuthenticationEventExecutionPlanConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.OpenIdAuthenticationEventExecutionPlanConfiguration
-
@Configuration("openIdAuthenticationEventExecutionPlanConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @Deprecated(since="6.2.0") public class OpenIdAuthenticationEventExecutionPlanConfiguration extends java.lang.ObjectDeprecated.6.2- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description OpenIdAuthenticationEventExecutionPlanConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigureropenIdAuthenticationEventExecutionPlanConfigurer()Deprecated.org.apereo.cas.authentication.AuthenticationHandleropenIdCredentialsAuthenticationHandler()Deprecated.org.apereo.cas.authentication.principal.PrincipalFactoryopenidPrincipalFactory()Deprecated.OpenIdPrincipalResolveropenIdPrincipalResolver()Deprecated.
-
-
-
Method Detail
-
openIdCredentialsAuthenticationHandler
@Bean public org.apereo.cas.authentication.AuthenticationHandler openIdCredentialsAuthenticationHandler()
Deprecated.
-
openIdPrincipalResolver
@Bean public OpenIdPrincipalResolver openIdPrincipalResolver()
Deprecated.
-
openidPrincipalFactory
@ConditionalOnMissingBean(name="openidPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory openidPrincipalFactory()
Deprecated.
-
openIdAuthenticationEventExecutionPlanConfigurer
@ConditionalOnMissingBean(name="openIdAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer openIdAuthenticationEventExecutionPlanConfigurer()
Deprecated.
-
-