A B C D F G I O R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ALWAYS - org.apereo.cas.consent.ConsentReminderOptions
-
Always ask for consent.
- ATTRIBUTE_NAME - org.apereo.cas.consent.ConsentReminderOptions
-
Ask for consent when there is modification in one of the attribute names or if consent is expired.
- ATTRIBUTE_VALUE - org.apereo.cas.consent.ConsentReminderOptions
-
Ask for consent when there is modification in one of the attribute names, the values contain inside the attributes or if consent is expired.
B
- build(Service, RegisteredService, String, Map<String, List<Object>>) - Method in interface org.apereo.cas.consent.ConsentDecisionBuilder
-
Build consent decision consent decision.
C
- ConsentDecision - Class in org.apereo.cas.consent
-
This is
ConsentDecision. - ConsentDecision() - Constructor for class org.apereo.cas.consent.ConsentDecision
- ConsentDecisionBuilder - Interface in org.apereo.cas.consent
-
This is
ConsentDecisionBuilder. - ConsentEngine - Interface in org.apereo.cas.consent
-
This is
ConsentEngine. - ConsentQueryResult - Class in org.apereo.cas.consent
-
This is
ConsentQueryResult. - ConsentQueryResult() - Constructor for class org.apereo.cas.consent.ConsentQueryResult
- ConsentReminderOptions - Enum in org.apereo.cas.consent
-
This is
ConsentReminderOptions. - ConsentRepository - Interface in org.apereo.cas.consent
-
This is
ConsentRepository.
D
- deleteConsentDecision(long, String) - Method in interface org.apereo.cas.consent.ConsentRepository
-
Delete consent decision.
- doesAttributeReleaseRequireConsent(ConsentDecision, Map<String, List<Object>>) - Method in interface org.apereo.cas.consent.ConsentDecisionBuilder
-
Is consent decision valid for attributes?
F
- findConsentDecision(Service, RegisteredService, Authentication) - Method in interface org.apereo.cas.consent.ConsentEngine
-
Find consent decision consent decision.
- findConsentDecision(Service, RegisteredService, Authentication) - Method in interface org.apereo.cas.consent.ConsentRepository
-
Gets consent decision.
- findConsentDecisions() - Method in interface org.apereo.cas.consent.ConsentRepository
-
Gets consent decisions.
- findConsentDecisions(String) - Method in interface org.apereo.cas.consent.ConsentRepository
-
Gets consent decision for a user.
G
- getConsentableAttributesFrom(ConsentDecision) - Method in interface org.apereo.cas.consent.ConsentDecisionBuilder
-
Gets consentable attributes from the consent decision.
- getConsentRepository() - Method in interface org.apereo.cas.consent.ConsentEngine
-
Gets consent repository.
- getValue() - Method in enum org.apereo.cas.consent.ConsentReminderOptions
I
- ignored() - Static method in class org.apereo.cas.consent.ConsentQueryResult
-
Ignored consent query result.
- isConsentRequiredFor(Service, RegisteredService, Authentication) - Method in interface org.apereo.cas.consent.ConsentEngine
-
Is consent required?
O
- org.apereo.cas.consent - package org.apereo.cas.consent
R
- required() - Static method in class org.apereo.cas.consent.ConsentQueryResult
-
Required consent query result.
- required(ConsentDecision) - Static method in class org.apereo.cas.consent.ConsentQueryResult
-
Required consent query result.
- resolveConsentableAttributesFrom(Authentication, Service, RegisteredService) - Method in interface org.apereo.cas.consent.ConsentEngine
-
Gets consentable attributes.
- resolveConsentableAttributesFrom(ConsentDecision) - Method in interface org.apereo.cas.consent.ConsentEngine
-
Gets consentable attributes from an existing consent decision.
S
- storeConsentDecision(Service, RegisteredService, Authentication, long, ChronoUnit, ConsentReminderOptions) - Method in interface org.apereo.cas.consent.ConsentEngine
-
Store consent decision.
- storeConsentDecision(ConsentDecision) - Method in interface org.apereo.cas.consent.ConsentRepository
-
Store consent decision.
U
- update(ConsentDecision, Map<String, List<Object>>) - Method in interface org.apereo.cas.consent.ConsentDecisionBuilder
-
Update consent decision.
V
- valueOf(int) - Static method in enum org.apereo.cas.consent.ConsentReminderOptions
-
Value of consent options.
- valueOf(String) - Static method in enum org.apereo.cas.consent.ConsentReminderOptions
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apereo.cas.consent.ConsentReminderOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages