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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolver
    consentApprovalViewResolver(org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
    org.apereo.cas.support.oauth.profile.OAuth20UserProfileDataCreator
    oAuth2UserProfileDataCreator(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.endpoints.OAuth20ConfigurationContext> context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)