Package org.apereo.cas.oidc.config
Class OidcConfiguration.OidcConsentConfiguration
- java.lang.Object
-
- org.apereo.cas.oidc.config.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
-
-
Constructor Summary
Constructors Constructor Description OidcConsentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolverconsentApprovalViewResolver(org.apereo.cas.CentralAuthenticationService centralAuthenticationService, org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-
-
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)
-
-