public interface AcceptableUsagePolicyRepository
extends java.io.Serializable
AcceptableUsagePolicyRepository.| Modifier and Type | Method and Description |
|---|---|
boolean |
submit(org.springframework.webflow.execution.RequestContext requestContext,
org.apereo.cas.authentication.Credential credential)
Record the fact that the policy is accepted..
|
boolean |
verify(org.springframework.webflow.execution.RequestContext requestContext,
org.apereo.cas.authentication.Credential credential)
Verify whether the policy is accepted.
|
boolean verify(org.springframework.webflow.execution.RequestContext requestContext,
org.apereo.cas.authentication.Credential credential)
requestContext - the request contextcredential - the credentialboolean submit(org.springframework.webflow.execution.RequestContext requestContext,
org.apereo.cas.authentication.Credential credential)
requestContext - the request contextcredential - the credential