Class OpenIdServiceFactoryConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.OpenIdServiceFactoryConfiguration
-
@Configuration("openIdServiceFactoryConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @Deprecated(since="6.2.0") 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()Deprecated.org.apereo.cas.authentication.principal.ServiceFactoryConfigureropenIdServiceFactoryConfigurer()Deprecated.
-
-
-
Method Detail
-
openIdServiceFactoryConfigurer
@Bean public org.apereo.cas.authentication.principal.ServiceFactoryConfigurer openIdServiceFactoryConfigurer()
Deprecated.
-
openIdServiceFactory
@Bean @RefreshScope public OpenIdServiceFactory openIdServiceFactory()
Deprecated.
-
-