|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.NTLM
Indicates NTLM authentication is first. |
static AuthCredentials.AuthScheme |
AuthCredentials.AuthScheme.PASSPORT
Indicates passport 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. |
| 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)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||