| Package | Description |
|---|---|
| org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
| Class and Description |
|---|
| BasicAuthenticator
Implementation of Basic Http Authentication method (RFC 2617).
|
| DigestAuthenticator
Implementation of Digest Http Authentication method (RFC 2617).
|
| DigestAuthenticator.Algorithm |
| DigestAuthenticator.DigestScheme
Digest scheme POJO
|
| DigestAuthenticator.QOP |
| HttpAuthenticationFeature
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
|
| HttpAuthenticationFeature.BasicBuilder
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication. |
| HttpAuthenticationFeature.Builder
Builder that creates instances of
HttpAuthenticationFeature. |
| HttpAuthenticationFeature.Mode
Feature authentication mode.
|
| HttpAuthenticationFeature.UniversalBuilder
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication. |
| HttpAuthenticationFilter.Credentials
Credentials (username + password).
|
| HttpAuthenticationFilter.Type
Authentication type.
|
| RequestAuthenticationException
Exception thrown by security request authentication.
|