org.apache.cxf.rs.security.jose.jaxrs
Class Priorities

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jaxrs.Priorities

public final class Priorities
extends Object


Field Summary
static int JWE_CLIENT_READ_PRIORITY
           
static int JWE_SERVER_READ_PRIORITY
           
static int JWE_WRITE_PRIORITY
           
static int JWS_CLIENT_READ_PRIORITY
           
static int JWS_SERVER_READ_PRIORITY
           
static int JWS_WRITE_PRIORITY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JWE_SERVER_READ_PRIORITY

public static final int JWE_SERVER_READ_PRIORITY
See Also:
Constant Field Values

JWS_SERVER_READ_PRIORITY

public static final int JWS_SERVER_READ_PRIORITY
See Also:
Constant Field Values

JWE_WRITE_PRIORITY

public static final int JWE_WRITE_PRIORITY
See Also:
Constant Field Values

JWS_WRITE_PRIORITY

public static final int JWS_WRITE_PRIORITY
See Also:
Constant Field Values

JWE_CLIENT_READ_PRIORITY

public static final int JWE_CLIENT_READ_PRIORITY
See Also:
Constant Field Values

JWS_CLIENT_READ_PRIORITY

public static final int JWS_CLIENT_READ_PRIORITY
See Also:
Constant Field Values


Apache CXF