org.apache.cxf.rs.security.jose.jwt
Class JwtConstants
java.lang.Object
org.apache.cxf.rs.security.jose.jwt.JwtConstants
public final class JwtConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLAIM_ISSUER
public static final String CLAIM_ISSUER
- See Also:
- Constant Field Values
CLAIM_SUBJECT
public static final String CLAIM_SUBJECT
- See Also:
- Constant Field Values
CLAIM_AUDIENCE
public static final String CLAIM_AUDIENCE
- See Also:
- Constant Field Values
CLAIM_EXPIRY
public static final String CLAIM_EXPIRY
- See Also:
- Constant Field Values
CLAIM_NOT_BEFORE
public static final String CLAIM_NOT_BEFORE
- See Also:
- Constant Field Values
CLAIM_ISSUED_AT
public static final String CLAIM_ISSUED_AT
- See Also:
- Constant Field Values
CLAIM_JWT_ID
public static final String CLAIM_JWT_ID
- See Also:
- Constant Field Values
Apache CXF