@Configuration(value="openidConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class OpenIdConfiguration
extends java.lang.Object
OpenIdConfiguration.| Constructor and Description |
|---|
OpenIdConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OpenIdUserNameExtractor |
defaultOpenIdUserNameExtractor() |
protected void |
initializeRootApplicationContext() |
org.apereo.cas.authentication.AuthenticationHandler |
openIdCredentialsAuthenticationHandler() |
DelegatingController |
openidDelegatingController() |
OpenIdPostUrlHandlerMapping |
openIdPostUrlHandlerMapping() |
org.apereo.cas.authentication.principal.PrincipalFactory |
openidPrincipalFactory() |
OpenIdPrincipalResolver |
openIdPrincipalResolver() |
OpenIdProviderController |
openIdProviderController() |
OpenIdServiceFactory |
openIdServiceFactory() |
org.springframework.webflow.execution.Action |
openIdSingleSignOnAction() |
org.apereo.cas.web.AbstractDelegateController |
openIdValidateController() |
org.openid4java.server.ServerManager |
serverManager() |
org.apereo.cas.web.AbstractDelegateController |
smartOpenIdAssociationController() |
@Bean public DelegatingController openidDelegatingController()
@Bean public org.apereo.cas.web.AbstractDelegateController smartOpenIdAssociationController()
@Bean public org.apereo.cas.web.AbstractDelegateController openIdValidateController()
@RefreshScope @Bean public org.openid4java.server.ServerManager serverManager()
@Bean public org.apereo.cas.authentication.AuthenticationHandler openIdCredentialsAuthenticationHandler()
@Bean public OpenIdPrincipalResolver openIdPrincipalResolver()
@Bean public org.apereo.cas.authentication.principal.PrincipalFactory openidPrincipalFactory()
@Bean @RefreshScope public OpenIdServiceFactory openIdServiceFactory()
@Bean @RefreshScope public OpenIdProviderController openIdProviderController()
@Bean public org.springframework.webflow.execution.Action openIdSingleSignOnAction()
@Bean public OpenIdUserNameExtractor defaultOpenIdUserNameExtractor()
@Bean public OpenIdPostUrlHandlerMapping openIdPostUrlHandlerMapping()
@PostConstruct protected void initializeRootApplicationContext()