Uses of Class
org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
-
Packages that use HttpAuthenticationFilter.Type Package Description org.glassfish.jersey.client.authentication 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.Type Modifier and Type Field Description private java.util.Map<java.lang.String,HttpAuthenticationFilter.Type>HttpAuthenticationFilter. uriCacheCache withURI:HTTP-METHODkeys and authentication type as values.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFilter.Type Modifier and Type Method Description static HttpAuthenticationFilter.TypeHttpAuthenticationFilter.Type. valueOf(java.lang.String name)Returns 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.Type Modifier and Type Method Description private static HttpAuthenticationFilter.CredentialsHttpAuthenticationFilter. extractCredentials(javax.ws.rs.client.ClientRequestContext request, HttpAuthenticationFilter.Type type)(package private) static HttpAuthenticationFilter.CredentialsHttpAuthenticationFilter. getCredentials(javax.ws.rs.client.ClientRequestContext request, HttpAuthenticationFilter.Credentials defaultCredentials, HttpAuthenticationFilter.Type type)Get credentials actual for the current request.private voidHttpAuthenticationFilter. updateCache(javax.ws.rs.client.ClientRequestContext request, boolean success, HttpAuthenticationFilter.Type operation)
-