Class AuditFields
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.audit.AuditFields
-
public final class AuditFields extends Object
Constants to use for audit logging fields stored in anAuditContext.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACRThe authentication context reference value.static StringAUDIENCEToken audience.static StringAUTHN_INSTANTauth_time value.static StringCLIENT_IDOIDC client ID.static StringENCRYPTED_ID_TOKENThe flag whether the id_token is encrypted.static StringFORCE_AUTHNprompt=login requested field.static StringID_TOKEN_ISSUE_INSTANTid_token issue instant.static StringINBOUND_MESSAGE_CLASSThe inbound (Nimbus) message class.static StringIS_PASSIVEprompt=none requested field.static StringISSUEROIDC issuer.static StringNONCEid_token nonce.static StringOUTBOUND_MESSAGE_CLASSThe outbound (Nimbus) message class.static StringREVOKED_TOKENRevoked Token.static StringSCOPEToken scope.static StringSUB_FORMATThe subject format (public/pairwise).static StringSUB_VALUEThe subject value.
-
Constructor Summary
Constructors Modifier Constructor Description privateAuditFields()Constructor.
-
-
-
Field Detail
-
CLIENT_ID
@Nonnull @NotEmpty public static final String CLIENT_ID
OIDC client ID.- See Also:
- Constant Field Values
-
ISSUER
@Nonnull @NotEmpty public static final String ISSUER
OIDC issuer.- See Also:
- Constant Field Values
-
INBOUND_MESSAGE_CLASS
@Nonnull @NotEmpty public static final String INBOUND_MESSAGE_CLASS
The inbound (Nimbus) message class.- See Also:
- Constant Field Values
-
OUTBOUND_MESSAGE_CLASS
@Nonnull @NotEmpty public static final String OUTBOUND_MESSAGE_CLASS
The outbound (Nimbus) message class.- See Also:
- Constant Field Values
-
ACR
@Nonnull @NotEmpty public static final String ACR
The authentication context reference value.- See Also:
- Constant Field Values
-
SUB_VALUE
@Nonnull @NotEmpty public static final String SUB_VALUE
The subject value.- See Also:
- Constant Field Values
-
SUB_FORMAT
@Nonnull @NotEmpty public static final String SUB_FORMAT
The subject format (public/pairwise).- See Also:
- Constant Field Values
-
SCOPE
@Nonnull @NotEmpty public static final String SCOPE
Token scope.- See Also:
- Constant Field Values
-
AUDIENCE
@Nonnull @NotEmpty public static final String AUDIENCE
Token audience.- See Also:
- Constant Field Values
-
ENCRYPTED_ID_TOKEN
@Nonnull @NotEmpty public static final String ENCRYPTED_ID_TOKEN
The flag whether the id_token is encrypted.- See Also:
- Constant Field Values
-
IS_PASSIVE
@Nonnull @NotEmpty public static final String IS_PASSIVE
prompt=none requested field.- See Also:
- Constant Field Values
-
FORCE_AUTHN
@Nonnull @NotEmpty public static final String FORCE_AUTHN
prompt=login requested field.- See Also:
- Constant Field Values
-
AUTHN_INSTANT
@Nonnull @NotEmpty public static final String AUTHN_INSTANT
auth_time value.- See Also:
- Constant Field Values
-
ID_TOKEN_ISSUE_INSTANT
@Nonnull @NotEmpty public static final String ID_TOKEN_ISSUE_INSTANT
id_token issue instant.- See Also:
- Constant Field Values
-
NONCE
@Nonnull @NotEmpty public static final String NONCE
id_token nonce.- See Also:
- Constant Field Values
-
REVOKED_TOKEN
@Nonnull @NotEmpty public static final String REVOKED_TOKEN
Revoked Token.- See Also:
- Constant Field Values
-
-