Class OpenIdServiceFactoryConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.OpenIdServiceFactoryConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.authentication.principal.ServiceFactoryConfigurer
@Configuration("openIdServiceFactoryConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class OpenIdServiceFactoryConfiguration extends java.lang.Object implements org.apereo.cas.authentication.principal.ServiceFactoryConfigurerThis isOpenIdServiceFactoryConfiguration.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description OpenIdServiceFactoryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<org.apereo.cas.authentication.principal.ServiceFactory<? extends org.apereo.cas.authentication.principal.WebApplicationService>>buildServiceFactories()OpenIdServiceFactoryopenIdServiceFactory()
-
-
-
Method Detail
-
buildServiceFactories
public java.util.Collection<org.apereo.cas.authentication.principal.ServiceFactory<? extends org.apereo.cas.authentication.principal.WebApplicationService>> buildServiceFactories()
- Specified by:
buildServiceFactoriesin interfaceorg.apereo.cas.authentication.principal.ServiceFactoryConfigurer
-
openIdServiceFactory
@Bean @RefreshScope public OpenIdServiceFactory openIdServiceFactory()
-
-