Uses of Class
org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
-
Packages that use DigestAuthenticator.Algorithm Package Description org.glassfish.jersey.client.authentication 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.Algorithm Modifier and Type Field Description private DigestAuthenticator.Algorithm
DigestAuthenticator.DigestScheme. algorithm
Methods in org.glassfish.jersey.client.authentication that return DigestAuthenticator.Algorithm Modifier and Type Method 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.Constructors in org.glassfish.jersey.client.authentication with parameters of type DigestAuthenticator.Algorithm Constructor Description DigestScheme(java.lang.String realm, java.lang.String nonce, java.lang.String opaque, DigestAuthenticator.QOP qop, DigestAuthenticator.Algorithm algorithm, boolean stale)
-