com.jniwrapper.win32.winhttp
Class AuthCredentials.AuthScheme

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.winhttp.AuthCredentials.AuthScheme
Enclosing class:
AuthCredentials

public static class AuthCredentials.AuthScheme
extends com.jniwrapper.util.EnumItem

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.
 
Method Summary
 
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

BASIC

public static final AuthCredentials.AuthScheme BASIC
Indicates basic authentication is first.


NTLM

public static final AuthCredentials.AuthScheme NTLM
Indicates NTLM authentication is first.


PASSPORT

public static final AuthCredentials.AuthScheme PASSPORT
Indicates passport authentication is first.


DIGEST

public static final AuthCredentials.AuthScheme DIGEST
Indicates digest authentication is first.


NEGOTIATE

public static final AuthCredentials.AuthScheme NEGOTIATE
Selects between NTLM and Kerberos authentication.