Class JWTClaimsSetWriter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALGORITHM
      The alg JWT Header key.
      static java.lang.String AUDIENCE
      The aud JWT Claims Set key.
      static java.lang.String CONTENT_TYPE
      The cty JWT Header key.
      static java.lang.String EXPIRATION_TIME
      The exp JWT Claims Set key.
      static java.lang.String ISSUED_AT
      The iat JWT Claims Set key.
      static java.lang.String ISSUER
      The iss JWT Claims Set key.
      static java.lang.String JWT_ID
      The jti JWT Claims Set key.
      static java.lang.String NOT_BEFORE
      The nbf JWT Claims Set key.
      static java.lang.String SUBJECT
      The sub JWT Claims Set key.
      static java.lang.String TYPE
      The typ JWT Header key.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TYPE

        public static final java.lang.String TYPE
        The typ JWT Header key.
        See Also:
        Constant Field Values
      • ALGORITHM

        public static final java.lang.String ALGORITHM
        The alg JWT Header key.
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        public static final java.lang.String CONTENT_TYPE
        The cty JWT Header key.
        See Also:
        Constant Field Values
      • ISSUER

        public static final java.lang.String ISSUER
        The iss JWT Claims Set key.
        See Also:
        Constant Field Values
      • SUBJECT

        public static final java.lang.String SUBJECT
        The sub JWT Claims Set key.
        See Also:
        Constant Field Values
      • AUDIENCE

        public static final java.lang.String AUDIENCE
        The aud JWT Claims Set key.
        See Also:
        Constant Field Values
      • EXPIRATION_TIME

        public static final java.lang.String EXPIRATION_TIME
        The exp JWT Claims Set key.
        See Also:
        Constant Field Values
      • NOT_BEFORE

        public static final java.lang.String NOT_BEFORE
        The nbf JWT Claims Set key.
        See Also:
        Constant Field Values
      • ISSUED_AT

        public static final java.lang.String ISSUED_AT
        The iat JWT Claims Set key.
        See Also:
        Constant Field Values
      • JWT_ID

        public static final java.lang.String JWT_ID
        The jti JWT Claims Set key.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JWTClaimsSetWriter

        public JWTClaimsSetWriter()