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 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:
-
-
Constructor Details
-
OIDCConstants
private OIDCConstants()Private constructor.
-