Class DigestAuthenticator.DigestScheme
java.lang.Object
org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
- Enclosing class:
DigestAuthenticator
Digest scheme POJO
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDigestScheme
(String realm, String nonce, String opaque, DigestAuthenticator.QOP qop, DigestAuthenticator.Algorithm algorithm, boolean stale) -
Method Summary
-
Field Details
-
realm
-
nonce
-
opaque
-
algorithm
-
qop
-
stale
private final boolean stale -
nc
private volatile int nc
-
-
Constructor Details
-
DigestScheme
DigestScheme(String realm, String nonce, String opaque, DigestAuthenticator.QOP qop, DigestAuthenticator.Algorithm algorithm, boolean stale)
-
-
Method Details
-
incrementCounter
public int incrementCounter() -
getNonce
-
getRealm
-
getOpaque
-
getAlgorithm
-
getQop
-
isStale
public boolean isStale() -
getNc
public int getNc()
-