|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.winhttp.AuthCredentials.AuthScheme
This class is an enumeration of authorization schemes.
Field Summary | |
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. |
Methods inherited from class com.jniwrapper.util.EnumItem |
equals, getLongValue, getValue, hashCode, isOneOf |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |