Class AuditFields
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.audit.AuditFields
Constants to use for audit logging fields stored in an
AuditContext.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe authentication context reference value.static final StringToken audience.static final Stringauth_time value.static final StringOIDC client ID.static final StringThe flag whether the id_token is encrypted.static final Stringprompt=login requested field.static final Stringid_token issue instant.static final StringThe inbound (Nimbus) message class.static final Stringprompt=none requested field.static final StringOIDC issuer.static final Stringid_token nonce.static final StringThe outbound (Nimbus) message class.static final StringRevoked Token.static final StringToken scope.static final StringThe subject format (public/pairwise).static final StringThe subject value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT_ID
OIDC client ID.- See Also:
-
ISSUER
OIDC issuer.- See Also:
-
INBOUND_MESSAGE_CLASS
The inbound (Nimbus) message class.- See Also:
-
OUTBOUND_MESSAGE_CLASS
The outbound (Nimbus) message class.- See Also:
-
ACR
The authentication context reference value.- See Also:
-
SUB_VALUE
The subject value.- See Also:
-
SUB_FORMAT
The subject format (public/pairwise).- See Also:
-
SCOPE
Token scope.- See Also:
-
AUDIENCE
Token audience.- See Also:
-
ENCRYPTED_ID_TOKEN
The flag whether the id_token is encrypted.- See Also:
-
IS_PASSIVE
prompt=none requested field.- See Also:
-
FORCE_AUTHN
prompt=login requested field.- See Also:
-
AUTHN_INSTANT
auth_time value.- See Also:
-
ID_TOKEN_ISSUE_INSTANT
id_token issue instant.- See Also:
-
NONCE
id_token nonce.- See Also:
-
REVOKED_TOKEN
Revoked Token.- See Also:
-
-
Constructor Details
-
AuditFields
private AuditFields()Constructor.
-