Uses of Class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
-
Packages that use HttpAuthenticationFeature.Mode Package Description org.glassfish.jersey.client.authentication Provides core client authentication mechanisms. -
-
Uses of HttpAuthenticationFeature.Mode in org.glassfish.jersey.client.authentication
Fields in org.glassfish.jersey.client.authentication declared as HttpAuthenticationFeature.Mode Modifier and Type Field Description private HttpAuthenticationFeature.Mode
HttpAuthenticationFeature.BuilderImpl. mode
private HttpAuthenticationFeature.Mode
HttpAuthenticationFeature. mode
private HttpAuthenticationFeature.Mode
HttpAuthenticationFilter. mode
Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.Mode Modifier and Type Method Description static HttpAuthenticationFeature.Mode
HttpAuthenticationFeature.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpAuthenticationFeature.Mode[]
HttpAuthenticationFeature.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.client.authentication with parameters of type HttpAuthenticationFeature.Mode Modifier and Type Method Description private static HttpAuthenticationFeature
HttpAuthenticationFeature. build(HttpAuthenticationFeature.Mode mode)
private static HttpAuthenticationFeature
HttpAuthenticationFeature. build(HttpAuthenticationFeature.Mode mode, java.lang.String username, byte[] password)
private static HttpAuthenticationFeature
HttpAuthenticationFeature. build(HttpAuthenticationFeature.Mode mode, java.lang.String username, java.lang.String password)
Constructors in org.glassfish.jersey.client.authentication with parameters of type HttpAuthenticationFeature.Mode Constructor Description BuilderImpl(HttpAuthenticationFeature.Mode mode)
Create a new builder.HttpAuthenticationFeature(HttpAuthenticationFeature.Mode mode, HttpAuthenticationFilter.Credentials basicCredentials, HttpAuthenticationFilter.Credentials digestCredentials)
HttpAuthenticationFilter(HttpAuthenticationFeature.Mode mode, HttpAuthenticationFilter.Credentials basicCredentials, HttpAuthenticationFilter.Credentials digestCredentials, javax.ws.rs.core.Configuration configuration)
Create a new filter instance.
-