Package | Description |
---|---|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
Modifier and Type | Field and Description |
---|---|
private DigestAuthenticator.QOP |
DigestAuthenticator.DigestScheme.qop |
Modifier and Type | Method and Description |
---|---|
DigestAuthenticator.QOP |
DigestAuthenticator.DigestScheme.getQop() |
static DigestAuthenticator.QOP |
DigestAuthenticator.QOP.parse(java.lang.String val) |
static DigestAuthenticator.QOP |
DigestAuthenticator.QOP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigestAuthenticator.QOP[] |
DigestAuthenticator.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,
DigestAuthenticator.QOP qop,
DigestAuthenticator.Algorithm algorithm,
boolean stale) |