@Contract(threading=IMMUTABLE) public final class AuthOption extends Object
Constructor and Description |
---|
AuthOption(AuthScheme authScheme,
Credentials creds) |
Modifier and Type | Method and Description |
---|---|
AuthScheme |
getAuthScheme() |
Credentials |
getCredentials() |
String |
toString() |
public AuthOption(AuthScheme authScheme, Credentials creds)
public AuthScheme getAuthScheme()
public Credentials getCredentials()
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.