Package net.shibboleth.sp.oidc.profile
Class OIDCConstants
java.lang.Object
net.shibboleth.sp.oidc.profile.OIDCConstants
OIDC related constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the authentication state token field that references the authentication state in the token manager.static final StringName of the Request Forgery Protection (nonce) field.static final StringName of the state field to add to the state JSON object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATE_FIELD
Name of the state field to add to the state JSON object. The state field represents the current 'state' value of the DDF.- See Also:
-
AUTHN_STATE_FIELD
Name of the authentication state token field that references the authentication state in the token manager.- See Also:
-
RFP_FIELD
Name of the Request Forgery Protection (nonce) field.- See Also:
-
-
Constructor Details
-
OIDCConstants
private OIDCConstants()Private constructor.
-