Class ConsentAuditFields
- java.lang.Object
-
- net.shibboleth.idp.consent.audit.impl.ConsentAuditFields
-
public final class ConsentAuditFields extends Object
Constants to use for audit logging fields stored in anAuditContextas a child of anConsentContext.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCURRENT_CONSENT_IDSCurrent consents ID field.static StringCURRENT_CONSENT_IS_APPROVEDCurrent consents isApproved field.static StringCURRENT_CONSENT_VALUESCurrent consents value field.
-
Constructor Summary
Constructors Modifier Constructor Description privateConsentAuditFields()Constructor.
-
-
-
Field Detail
-
CURRENT_CONSENT_IDS
@Nonnull @NotEmpty public static final String CURRENT_CONSENT_IDS
Current consents ID field.- See Also:
- Constant Field Values
-
CURRENT_CONSENT_VALUES
@Nonnull @NotEmpty public static final String CURRENT_CONSENT_VALUES
Current consents value field.- See Also:
- Constant Field Values
-
CURRENT_CONSENT_IS_APPROVED
@Nonnull @NotEmpty public static final String CURRENT_CONSENT_IS_APPROVED
Current consents isApproved field.- See Also:
- Constant Field Values
-
-