public class RestConsentRepository
extends java.lang.Object
implements org.apereo.cas.consent.ConsentRepository
RestConsentRepository.| Constructor and Description |
|---|
RestConsentRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteConsentDecision(long decisionId,
java.lang.String principal) |
org.apereo.cas.consent.ConsentDecision |
findConsentDecision(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.services.RegisteredService registeredService,
org.apereo.cas.authentication.Authentication authentication) |
java.util.Collection<org.apereo.cas.consent.ConsentDecision> |
findConsentDecisions() |
java.util.Collection<org.apereo.cas.consent.ConsentDecision> |
findConsentDecisions(java.lang.String principal) |
boolean |
storeConsentDecision(org.apereo.cas.consent.ConsentDecision decision) |
public java.util.Collection<org.apereo.cas.consent.ConsentDecision> findConsentDecisions(java.lang.String principal)
findConsentDecisions in interface org.apereo.cas.consent.ConsentRepositorypublic java.util.Collection<org.apereo.cas.consent.ConsentDecision> findConsentDecisions()
findConsentDecisions in interface org.apereo.cas.consent.ConsentRepositorypublic org.apereo.cas.consent.ConsentDecision findConsentDecision(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.services.RegisteredService registeredService,
org.apereo.cas.authentication.Authentication authentication)
findConsentDecision in interface org.apereo.cas.consent.ConsentRepositorypublic boolean storeConsentDecision(org.apereo.cas.consent.ConsentDecision decision)
storeConsentDecision in interface org.apereo.cas.consent.ConsentRepositorypublic boolean deleteConsentDecision(long decisionId,
java.lang.String principal)
deleteConsentDecision in interface org.apereo.cas.consent.ConsentRepository