Class OpenIdServiceFactoryConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.OpenIdServiceFactoryConfiguration
-
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @Deprecated(since="6.2.0") @AutoConfiguration public class OpenIdServiceFactoryConfiguration extends java.lang.ObjectDeprecated.6.2This isOpenIdServiceFactoryConfiguration.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description OpenIdServiceFactoryConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OpenIdServiceFactoryopenIdServiceFactory(org.apereo.cas.configuration.CasConfigurationProperties casProperties)Deprecated.org.apereo.cas.authentication.principal.ServiceFactoryConfigureropenIdServiceFactoryConfigurer(OpenIdServiceFactory openIdServiceFactory)Deprecated.
-
-
-
Method Detail
-
openIdServiceFactoryConfigurer
@Bean public org.apereo.cas.authentication.principal.ServiceFactoryConfigurer openIdServiceFactoryConfigurer(@Qualifier("openIdServiceFactory") OpenIdServiceFactory openIdServiceFactory)Deprecated.
-
openIdServiceFactory
@Bean @RefreshScope(proxyMode=DEFAULT) public OpenIdServiceFactory openIdServiceFactory(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
Deprecated.
-
-