Package | Description |
---|---|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HttpAuthenticationFeature.BasicBuilder
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication. |
static interface |
HttpAuthenticationFeature.UniversalBuilder
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication. |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HttpAuthenticationFeature.BuilderImpl
Implementation of all authentication builders.
|
Modifier and Type | Method and Description |
---|---|
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.Builder.credentials(java.lang.String username,
byte[] password)
Set credentials.
|
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.BuilderImpl.credentials(java.lang.String username,
byte[] password) |
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.Builder.credentials(java.lang.String username,
java.lang.String password)
Set credentials.
|
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.BuilderImpl.credentials(java.lang.String username,
java.lang.String password) |