Uses of Enum
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Packages that use HttpAuthenticationFeature.Mode
Package
Description
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.ModeModifier and TypeFieldDescriptionprivate HttpAuthenticationFeature.Mode
HttpAuthenticationFeature.BuilderImpl.mode
private final HttpAuthenticationFeature.Mode
HttpAuthenticationFeature.mode
private final HttpAuthenticationFeature.Mode
HttpAuthenticationFilter.mode
Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.ModeModifier and TypeMethodDescriptionReturns 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.ModeModifier and TypeMethodDescriptionprivate static HttpAuthenticationFeature
HttpAuthenticationFeature.build
(HttpAuthenticationFeature.Mode mode) private static HttpAuthenticationFeature
HttpAuthenticationFeature.build
(HttpAuthenticationFeature.Mode mode, String username, byte[] password) private static HttpAuthenticationFeature
HttpAuthenticationFeature.build
(HttpAuthenticationFeature.Mode mode, String username, String password) Constructors in org.glassfish.jersey.client.authentication with parameters of type HttpAuthenticationFeature.ModeModifierConstructorDescriptionCreate a new builder.private
HttpAuthenticationFeature
(HttpAuthenticationFeature.Mode mode, HttpAuthenticationFilter.Credentials basicCredentials, HttpAuthenticationFilter.Credentials digestCredentials) (package private)
HttpAuthenticationFilter
(HttpAuthenticationFeature.Mode mode, HttpAuthenticationFilter.Credentials basicCredentials, HttpAuthenticationFilter.Credentials digestCredentials, javax.ws.rs.core.Configuration configuration) Create a new filter instance.