Package org.apereo.cas.consent
Interface ConsentActivationStrategy
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ConsentActivationStrategyThis isConsentActivationStrategy.- Since:
- 6.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConsentRequired(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, org.springframework.webflow.execution.RequestContext requestContext)Determine if consent is required.
-
-
-
Method Detail
-
isConsentRequired
boolean isConsentRequired(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, org.springframework.webflow.execution.RequestContext requestContext)Determine if consent is required.- Parameters:
service- the serviceregisteredService- the registered serviceauthentication- the authenticationrequestContext- the request context- Returns:
- the boolean
-
-