Package | Description |
---|---|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,HttpAuthenticationFilter.Type> |
HttpAuthenticationFilter.uriCache
Cache with
URI:HTTP-METHOD keys and authentication type as values. |
Modifier and Type | Method and Description |
---|---|
static HttpAuthenticationFilter.Type |
HttpAuthenticationFilter.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.
|
Modifier and Type | Method and Description |
---|---|
private 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) |