Uses of Enum
org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
Packages that use HttpAuthenticationFilter.Type
Package
Description
Provides core client authentication mechanisms.
-
Uses of HttpAuthenticationFilter.Type in org.glassfish.jersey.client.authentication
Fields in org.glassfish.jersey.client.authentication with type parameters of type HttpAuthenticationFilter.TypeModifier and TypeFieldDescriptionprivate final Map
<String, HttpAuthenticationFilter.Type> HttpAuthenticationFilter.uriCache
Cache withURI:HTTP-METHOD
keys and authentication type as values.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFilter.TypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static HttpAuthenticationFilter.Type[]
HttpAuthenticationFilter.Type.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 HttpAuthenticationFilter.TypeModifier and TypeMethodDescriptionprivate static HttpAuthenticationFilter.Credentials
HttpAuthenticationFilter.extractCredentials
(javax.ws.rs.client.ClientRequestContext request, HttpAuthenticationFilter.Type type) (package private) static HttpAuthenticationFilter.Credentials
HttpAuthenticationFilter.getCredentials
(javax.ws.rs.client.ClientRequestContext request, HttpAuthenticationFilter.Credentials defaultCredentials, HttpAuthenticationFilter.Type type) Get credentials actual for the current request.private void
HttpAuthenticationFilter.updateCache
(javax.ws.rs.client.ClientRequestContext request, boolean success, HttpAuthenticationFilter.Type operation)