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 | Method and Description |
---|---|
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.Builder.credentials(String username,
byte[] password)
Set credentials.
|
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.Builder.credentials(String username,
String password)
Set credentials.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.