Uses of Enum
org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
Packages that use DigestAuthenticator.QOP
Package
Description
Provides core client authentication mechanisms.
-
Uses of DigestAuthenticator.QOP in org.glassfish.jersey.client.authentication
Fields in org.glassfish.jersey.client.authentication declared as DigestAuthenticator.QOPModifier and TypeFieldDescriptionprivate final DigestAuthenticator.QOP
DigestAuthenticator.DigestScheme.qop
Methods in org.glassfish.jersey.client.authentication that return DigestAuthenticator.QOPModifier and TypeMethodDescriptionDigestAuthenticator.DigestScheme.getQop()
static DigestAuthenticator.QOP
static DigestAuthenticator.QOP
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.Constructors in org.glassfish.jersey.client.authentication with parameters of type DigestAuthenticator.QOPModifierConstructorDescription(package private)
DigestScheme
(String realm, String nonce, String opaque, DigestAuthenticator.QOP qop, DigestAuthenticator.Algorithm algorithm, boolean stale)