Class TokenConstants


  • public final class TokenConstants
    extends java.lang.Object
    This class contains common constants needed to share information in tokens.
    Author:
    cmerkel
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • USER_CLAIM

        public static final java.lang.String USER_CLAIM
        Name of the claim that contains the user-name in a JWT.
        See Also:
        Constant Field Values
      • LICENSE_CLAIM

        public static final java.lang.String LICENSE_CLAIM
        Name of the claim that contains the requested license in a JWT.
        See Also:
        Constant Field Values
      • TENANT_CLAIM

        public static final java.lang.String TENANT_CLAIM
        Name of the claim that contains the tenant in a JWT.
        See Also:
        Constant Field Values
      • USER_IDENTIFICATION_CLAIM

        public static final java.lang.String USER_IDENTIFICATION_CLAIM
        Name of the claim that contains the way a user is identified.
        See Also:
        Constant Field Values
      • TECHNICAL_TOKEN_CLAIM

        public static final java.lang.String TECHNICAL_TOKEN_CLAIM
        Name of the claim used as flag for tokens used for inter service communication.
        See Also:
        Constant Field Values
      • ID_FIELD_SHORT_NAME

        public static final java.lang.String ID_FIELD_SHORT_NAME
        See Also:
        Constant Field Values
      • ID_FIELD_FULL_NAME

        public static final java.lang.String ID_FIELD_FULL_NAME
        See Also:
        Constant Field Values
      • ID_FIELD_DISTINGUISHED_NAME

        public static final java.lang.String ID_FIELD_DISTINGUISHED_NAME
        See Also:
        Constant Field Values
      • ID_FIELD_EMAIL_ADDRESS

        public static final java.lang.String ID_FIELD_EMAIL_ADDRESS
        See Also:
        Constant Field Values