Class AuditFields
java.lang.Object
net.shibboleth.oidc.profile.audit.AuditFields
Constants to use for audit logging fields stored in an
AuditContext.- Since:
- 2.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe authentication context reference value.static final StringThe authentication context class references for the authentication request.static final StringToken audience.static final StringThe authentication flow step e.g.static final StringThe authentication response result, including any error code if there are any.static final Stringauth_time value.static final StringThe authorization endpoint for the authentication request.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 StringOIDC proxy client ID.static final StringOIDC proxy issuer.static final StringThe authorization endpoint for the authentication request.static final StringThe response_type of the authentication request.static final StringThe response_type of the authentication request.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:
-
PROXY_CLIENT_ID
OIDC proxy client ID. Which is the IdP itself.- See Also:
-
ISSUER
OIDC issuer.- See Also:
-
PROXY_ISSUER
OIDC proxy issuer. The upstream identity provider.- 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:
-
RESPONSE_TYPE
The response_type of the authentication request.- See Also:
-
RESPONSE_MODE
The response_type of the authentication request.- See Also:
-
AUTHORIZATION_ENDPOINT
The authorization endpoint for the authentication request. Useful in the proxy case.- See Also:
-
REDIRECT_URI
The authorization endpoint for the authentication request. Useful in the proxy case.- See Also:
-
ACRS
The authentication context class references for the authentication request. Useful in the proxy case.- See Also:
-
AUTHENTICATION_RESULT
The authentication response result, including any error code if there are any. Useful in the proxy case.- See Also:
-
AUTHENTICATION_FLOW_STEP
The authentication flow step e.g. authentication request, authentication response etc.- See Also:
-
-
Constructor Details
-
AuditFields
private AuditFields()Constructor.
-