Package | Description |
---|---|
org.glassfish.jersey.jdk.connector.internal |
Jersey Jdk
connector internal classes. |
Modifier and Type | Field and Description |
---|---|
private ProxyDigestAuthenticator.QOP |
ProxyDigestAuthenticator.DigestScheme.qop |
Modifier and Type | Method and Description |
---|---|
ProxyDigestAuthenticator.QOP |
ProxyDigestAuthenticator.DigestScheme.getQop() |
static ProxyDigestAuthenticator.QOP |
ProxyDigestAuthenticator.QOP.parse(java.lang.String val) |
static ProxyDigestAuthenticator.QOP |
ProxyDigestAuthenticator.QOP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyDigestAuthenticator.QOP[] |
ProxyDigestAuthenticator.QOP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DigestScheme(java.lang.String realm,
java.lang.String nonce,
java.lang.String opaque,
ProxyDigestAuthenticator.QOP qop,
ProxyDigestAuthenticator.Algorithm algorithm,
boolean stale) |