Uses of Class
org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
-
Packages that use ProxyDigestAuthenticator.QOP Package Description org.glassfish.jersey.jdk.connector.internal Jersey Jdkconnector
internal classes. -
-
Uses of ProxyDigestAuthenticator.QOP in org.glassfish.jersey.jdk.connector.internal
Fields in org.glassfish.jersey.jdk.connector.internal declared as ProxyDigestAuthenticator.QOP Modifier and Type Field Description private ProxyDigestAuthenticator.QOP
ProxyDigestAuthenticator.DigestScheme. qop
Methods in org.glassfish.jersey.jdk.connector.internal that return ProxyDigestAuthenticator.QOP Modifier and Type Method Description ProxyDigestAuthenticator.QOP
ProxyDigestAuthenticator.DigestScheme. getQop()
static ProxyDigestAuthenticator.QOP
ProxyDigestAuthenticator.QOP. parse(java.lang.String val)
static ProxyDigestAuthenticator.QOP
ProxyDigestAuthenticator.QOP. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProxyDigestAuthenticator.QOP[]
ProxyDigestAuthenticator.QOP. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.jersey.jdk.connector.internal with parameters of type ProxyDigestAuthenticator.QOP Constructor Description DigestScheme(java.lang.String realm, java.lang.String nonce, java.lang.String opaque, ProxyDigestAuthenticator.QOP qop, ProxyDigestAuthenticator.Algorithm algorithm, boolean stale)
-