org.apache.cxf.rs.security.jose.jaxrs
Class Priorities
java.lang.Object
org.apache.cxf.rs.security.jose.jaxrs.Priorities
public final class Priorities
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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