@Contract(threading=IMMUTABLE)
public final class AuthOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AuthScheme |
authScheme |
private Credentials |
creds |
Constructor and Description |
---|
AuthOption(AuthScheme authScheme,
Credentials creds) |
Modifier and Type | Method and Description |
---|---|
AuthScheme |
getAuthScheme() |
Credentials |
getCredentials() |
java.lang.String |
toString() |
private final AuthScheme authScheme
private final Credentials creds
public AuthOption(AuthScheme authScheme, Credentials creds)
public AuthScheme getAuthScheme()
public Credentials getCredentials()
public java.lang.String toString()
toString
in class java.lang.Object