Package org.apereo.cas.config
Class CasOAuth20Configuration.CasOAuth20WebConfiguration
java.lang.Object
org.apereo.cas.config.CasOAuth20Configuration.CasOAuth20WebConfiguration
- Enclosing class:
- CasOAuth20Configuration
@Configuration(value="CasOAuth20WebConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasOAuth20Configuration.CasOAuth20WebConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolverconsentApprovalViewResolver(org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.support.oauth.profile.OAuth20UserProfileDataCreatoroAuth2UserProfileDataCreator(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.endpoints.OAuth20ConfigurationContext> context)
-
Constructor Details
-
CasOAuth20WebConfiguration
public CasOAuth20WebConfiguration()
-
-
Method Details
-
consentApprovalViewResolver
@ConditionalOnMissingBean(name="consentApprovalViewResolver") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolver consentApprovalViewResolver(@Qualifier("oauthDistributedSessionStore") org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
oAuth2UserProfileDataCreator
@ConditionalOnMissingBean(name="oAuth2UserProfileDataCreator") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.oauth.profile.OAuth20UserProfileDataCreator oAuth2UserProfileDataCreator(@Qualifier("oauth20ConfigurationContext") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.endpoints.OAuth20ConfigurationContext> context)
-