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.ModeHttpAuthenticationFeature.BuilderImpl.modeprivate final HttpAuthenticationFeature.ModeHttpAuthenticationFeature.modeprivate final HttpAuthenticationFeature.ModeHttpAuthenticationFilter.modeMethods 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 HttpAuthenticationFeatureHttpAuthenticationFeature.build(HttpAuthenticationFeature.Mode mode) private static HttpAuthenticationFeatureHttpAuthenticationFeature.build(HttpAuthenticationFeature.Mode mode, String username, byte[] password) private static HttpAuthenticationFeatureHttpAuthenticationFeature.build(HttpAuthenticationFeature.Mode mode, String username, String password) Constructors in org.glassfish.jersey.client.authentication with parameters of type HttpAuthenticationFeature.ModeModifierConstructorDescriptionCreate a new builder.privateHttpAuthenticationFeature(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.