public class LdapConsentRepository
extends java.lang.Object
implements org.apereo.cas.consent.ConsentRepository
LdapConsentRepository.| Constructor and Description |
|---|
LdapConsentRepository(org.ldaptive.ConnectionFactory connectionFactory,
org.apereo.cas.configuration.model.support.consent.ConsentProperties.Ldap ldap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteConsentDecision(long id,
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 LdapConsentRepository(org.ldaptive.ConnectionFactory connectionFactory,
org.apereo.cas.configuration.model.support.consent.ConsentProperties.Ldap ldap)
public 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 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 boolean storeConsentDecision(org.apereo.cas.consent.ConsentDecision decision)
storeConsentDecision in interface org.apereo.cas.consent.ConsentRepositorypublic boolean deleteConsentDecision(long id,
java.lang.String principal)
deleteConsentDecision in interface org.apereo.cas.consent.ConsentRepository