Class Claim
java.lang.Object
org.gridgain.internal.security.jwt.Claim
JWT token claims.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringClaim name for the cluster name.static final StringClaim name for the timestamp when the token will expire.static final StringClaim name for the timestamp when the token was issued.static final StringClaim name for the key id used to sign the token.static final StringClaim name for the node name.static final StringClaim name for the roles of the subject.static final StringClaim name for the subject of the token. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUBJECT
Claim name for the subject of the token.- See Also:
-
ROLES
Claim name for the roles of the subject.- See Also:
-
CLUSTER_NAME
Claim name for the cluster name.- See Also:
-
NODE_NAME
Claim name for the node name.- See Also:
-
ISSUED_AT
Claim name for the timestamp when the token was issued.- See Also:
-
EXPIRATION
Claim name for the timestamp when the token will expire.- See Also:
-
KEY_ID
Claim name for the key id used to sign the token.- See Also:
-
-
Constructor Details
-
Claim
public Claim()
-