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 Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolverconsentApprovalViewResolver(org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver oauthRequestParameterResolver, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.ticket.TicketFactory ticketFactory, org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
Constructor Details
-
OidcConsentConfiguration
public OidcConsentConfiguration()
-
-
Method Details
-
consentApprovalViewResolver
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.oauth.web.views.ConsentApprovalViewResolver consentApprovalViewResolver(@Qualifier("oauthRequestParameterResolver") org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver oauthRequestParameterResolver, @Qualifier("ticketRegistry") org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, @Qualifier("defaultTicketFactory") org.apereo.cas.ticket.TicketFactory ticketFactory, @Qualifier("oauthDistributedSessionStore") org.pac4j.core.context.session.SessionStore oauthDistributedSessionStore, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-