Package | Description |
---|---|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
Modifier and Type | Field and Description |
---|---|
private HttpAuthenticationFeature.Mode |
HttpAuthenticationFilter.mode |
private HttpAuthenticationFeature.Mode |
HttpAuthenticationFeature.mode |
private HttpAuthenticationFeature.Mode |
HttpAuthenticationFeature.BuilderImpl.mode |
Modifier and Type | Method and Description |
---|---|
static HttpAuthenticationFeature.Mode |
HttpAuthenticationFeature.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpAuthenticationFeature.Mode[] |
HttpAuthenticationFeature.Mode.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 HttpAuthenticationFeature |
HttpAuthenticationFeature.build(HttpAuthenticationFeature.Mode mode) |
private static HttpAuthenticationFeature |
HttpAuthenticationFeature.build(HttpAuthenticationFeature.Mode mode,
java.lang.String username,
byte[] password) |
private static HttpAuthenticationFeature |
HttpAuthenticationFeature.build(HttpAuthenticationFeature.Mode mode,
java.lang.String username,
java.lang.String password) |
Constructor and Description |
---|
BuilderImpl(HttpAuthenticationFeature.Mode mode)
Create a new builder.
|
HttpAuthenticationFeature(HttpAuthenticationFeature.Mode mode,
HttpAuthenticationFilter.Credentials basicCredentials,
HttpAuthenticationFilter.Credentials digestCredentials) |
HttpAuthenticationFilter(HttpAuthenticationFeature.Mode mode,
HttpAuthenticationFilter.Credentials basicCredentials,
HttpAuthenticationFilter.Credentials digestCredentials,
javax.ws.rs.core.Configuration configuration)
Create a new filter instance.
|