Uses of Class
com.jniwrapper.win32.winhttp.AuthCredentials.AuthScheme

Packages that use AuthCredentials.AuthScheme
com.jniwrapper.win32.winhttp The com.jniwrapper.win32.winhttp package contains classes, which allow you to obtain system proxy settings, IE proxy settings or remote proxy settings using WinHTTP. 
 

Uses of AuthCredentials.AuthScheme in com.jniwrapper.win32.winhttp
 

Fields in com.jniwrapper.win32.winhttp declared as AuthCredentials.AuthScheme
static AuthCredentials.AuthScheme AuthCredentials.AuthScheme.BASIC
          Indicates basic authentication is first.
static AuthCredentials.AuthScheme AuthCredentials.AuthScheme.DIGEST
          Indicates digest authentication is first.
static AuthCredentials.AuthScheme AuthCredentials.AuthScheme.NEGOTIATE
          Selects between NTLM and Kerberos authentication.
static AuthCredentials.AuthScheme AuthCredentials.AuthScheme.NTLM
          Indicates NTLM authentication is first.
static AuthCredentials.AuthScheme AuthCredentials.AuthScheme.PASSPORT
          Indicates passport authentication is first.
 

Methods in com.jniwrapper.win32.winhttp that return AuthCredentials.AuthScheme
 AuthCredentials.AuthScheme AuthCredentials.getAuthScheme()
           
 

Methods in com.jniwrapper.win32.winhttp with parameters of type AuthCredentials.AuthScheme
 void AuthCredentials.setAuthScheme(AuthCredentials.AuthScheme authScheme)