Package | Description |
---|---|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.net.URI,DigestAuthenticator.DigestScheme> |
DigestAuthenticator.digestCache |
Modifier and Type | Method and Description |
---|---|
private DigestAuthenticator.DigestScheme |
DigestAuthenticator.parseAuthHeaders(java.util.List<?> headers)
Parse digest header.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DigestAuthenticator.createNextAuthToken(DigestAuthenticator.DigestScheme ds,
javax.ws.rs.client.ClientRequestContext requestContext,
HttpAuthenticationFilter.Credentials credentials)
Creates digest string including counter.
|