public static class AuthCredentials.AuthScheme
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static AuthCredentials.AuthScheme |
BASIC
Indicates basic authentication is first.
|
static AuthCredentials.AuthScheme |
DIGEST
Indicates digest authentication is first.
|
static AuthCredentials.AuthScheme |
NEGOTIATE
Selects between NTLM and Kerberos authentication.
|
static AuthCredentials.AuthScheme |
NTLM
Indicates NTLM authentication is first.
|
static AuthCredentials.AuthScheme |
PASSPORT
Indicates passport authentication is first.
|
public static final AuthCredentials.AuthScheme BASIC
public static final AuthCredentials.AuthScheme NTLM
public static final AuthCredentials.AuthScheme PASSPORT
public static final AuthCredentials.AuthScheme DIGEST
public static final AuthCredentials.AuthScheme NEGOTIATE