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