Package org.eclipse.ditto.jwt.model
Class JsonWebToken.JsonFields
java.lang.Object
org.eclipse.ditto.jwt.model.JsonWebToken.JsonFields
- Enclosing interface:
JsonWebToken
An enumeration of the known
JsonFields of a JSON Web Token.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.ditto.json.JsonFieldDefinition<org.eclipse.ditto.json.JsonValue> JSON field containing the audience.static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON field containing the authorized party.static final org.eclipse.ditto.json.JsonFieldDefinition<Long> JSON field containing the expiration time.static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON field containing the issuer.static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON field containing the key identifier.static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON field containing the scope.static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON field containing the subject, e.g. user identifier. -
Method Summary
-
Field Details
-
KID
JSON field containing the key identifier. -
ISS
JSON field containing the issuer. -
SUB
JSON field containing the subject, e.g. user identifier. -
AUD
public static final org.eclipse.ditto.json.JsonFieldDefinition<org.eclipse.ditto.json.JsonValue> AUDJSON field containing the audience. -
AZP
JSON field containing the authorized party. -
SCOPE
JSON field containing the scope. -
EXP
JSON field containing the expiration time.
-