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
Subclasses with type arguments of type DigestAuthenticator.QOP in org.glassfish.jersey.client.authenticationFields in org.glassfish.jersey.client.authentication declared as DigestAuthenticator.QOPModifier and TypeFieldDescriptionprivate final DigestAuthenticator.QOPDigestAuthenticator.DigestScheme.qopMethods in org.glassfish.jersey.client.authentication that return DigestAuthenticator.QOPModifier and TypeMethodDescriptionDigestAuthenticator.DigestScheme.getQop()static DigestAuthenticator.QOPstatic DigestAuthenticator.QOPReturns 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)