public abstract class AbstractPrincipalAttributeAcceptableUsagePolicyRepository extends java.lang.Object implements AcceptableUsagePolicyRepository
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
aupAttributeName
Single-valued attribute in LDAP that describes whether the policy
has been accepted.
|
protected org.apereo.cas.ticket.registry.TicketRegistrySupport |
ticketRegistrySupport
Ticket registry support.
|
| Constructor and Description |
|---|
AbstractPrincipalAttributeAcceptableUsagePolicyRepository(org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAupAttributeName(java.lang.String aupAttributeName) |
void |
setTicketRegistrySupport(org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport) |
org.apache.commons.lang3.tuple.Pair<java.lang.Boolean,org.apereo.cas.authentication.principal.Principal> |
verify(org.springframework.webflow.execution.RequestContext requestContext,
org.apereo.cas.authentication.Credential credential)
Verify whether the policy is accepted.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubmitprotected java.lang.String aupAttributeName
protected org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport
public AbstractPrincipalAttributeAcceptableUsagePolicyRepository(org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport)
public org.apache.commons.lang3.tuple.Pair<java.lang.Boolean,org.apereo.cas.authentication.principal.Principal> verify(org.springframework.webflow.execution.RequestContext requestContext,
org.apereo.cas.authentication.Credential credential)
AcceptableUsagePolicyRepositoryverify in interface AcceptableUsagePolicyRepositoryrequestContext - the request contextcredential - the credentialpublic void setAupAttributeName(java.lang.String aupAttributeName)
public void setTicketRegistrySupport(org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport)