@Beta public class AuthConfig extends Object
AuthConfig
and it must be registered to property bag in ClientManager
.Authenticator
,
ClientManager.getProperties()
Modifier and Type | Class and Description |
---|---|
static class |
AuthConfig.Builder
The AuthConfig.Builder is a class used for creating an instance of
AuthConfig for purpose of HTTP
Authentication. |
Modifier and Type | Method and Description |
---|---|
static AuthConfig.Builder |
builder()
Create new
AuthConfig.Builder instance, which contains provided Basic and Digest authenticators. |
Map<String,Authenticator> |
getAuthenticators()
Get an unmodifiable map of authenticators, where case insensitive authentication scheme to
Authenticator . |
String |
toString() |
public Map<String,Authenticator> getAuthenticators()
Authenticator
.Authenticator
.public static AuthConfig.Builder builder()
AuthConfig.Builder
instance, which contains provided Basic and Digest authenticators.Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.