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