Package | Description |
---|---|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
Modifier and Type | Method and Description |
---|---|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForBasic(String username,
byte[] password)
Set credentials that will be used for basic authentication only.
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForBasic(String username,
String password)
Set credentials that will be used for basic authentication only.
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForDigest(String username,
byte[] password)
Set credentials that will be used for digest authentication only.
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForDigest(String username,
String password)
Set credentials that will be used for digest authentication only.
|
static HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.universalBuilder()
Create the builder that builds http authentication feature in combined mode supporting both,
basic and digest authentication.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.