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 Jdkconnectorinternal 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.QOPProxyDigestAuthenticator.DigestScheme. qopMethods in org.glassfish.jersey.jdk.connector.internal that return ProxyDigestAuthenticator.QOP Modifier and Type Method Description ProxyDigestAuthenticator.QOPProxyDigestAuthenticator.DigestScheme. getQop()static ProxyDigestAuthenticator.QOPProxyDigestAuthenticator.QOP. parse(java.lang.String val)static ProxyDigestAuthenticator.QOPProxyDigestAuthenticator.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)
-