Class OidcConfiguration.OidcConsentConfiguration

  • Enclosing class:
    OidcConfiguration

    @Configuration(value="OidcConsentConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class OidcConfiguration.OidcConsentConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolver consentApprovalViewResolver​(org.apereo.cas.CentralAuthenticationService centralAuthenticationService, org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OidcConsentConfiguration

        public OidcConsentConfiguration()
    • Method Detail

      • consentApprovalViewResolver

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolver consentApprovalViewResolver​(@Qualifier("centralAuthenticationService")
                                                                                                              org.apereo.cas.CentralAuthenticationService centralAuthenticationService,
                                                                                                              @Qualifier("oauthDistributedSessionStore")
                                                                                                              org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore,
                                                                                                              org.apereo.cas.configuration.CasConfigurationProperties casProperties)