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