org.apache.cxf.rs.security.jose.jwt
Class JwtConstants

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwt.JwtConstants

public final class JwtConstants
extends Object


Field Summary
static String CLAIM_AUDIENCE
           
static String CLAIM_EXPIRY
           
static String CLAIM_ISSUED_AT
           
static String CLAIM_ISSUER
           
static String CLAIM_JWT_ID
           
static String CLAIM_NOT_BEFORE
           
static String CLAIM_SUBJECT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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