A C D E F G H I O P S T W

A

authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
Deprecated. Use WindowsNegotiateScheme.authenticate(Credentials, HttpRequest, HttpContext)

C

clear() - Method in class org.apache.http.impl.auth.win.WindowsCredentialsProvider
 
create(HttpContext) - Method in class org.apache.http.impl.auth.win.WindowsNegotiateSchemeFactory
 
create(HttpContext) - Method in class org.apache.http.impl.auth.win.WindowsNTLMSchemeFactory
 
createDefault() - Static method in class org.apache.http.impl.client.WinHttpClients
Creates CloseableHttpClient instance with default configuration.
createSystem() - Static method in class org.apache.http.impl.client.WinHttpClients
Creates CloseableHttpClient instance with default configuration based on system properties.
CurrentWindowsCredentials - Class in org.apache.http.impl.auth.win
Returns the current Windows user credentials
custom() - Static method in class org.apache.http.impl.client.WinHttpClients
Creates builder object for construction of custom CloseableHttpClient instances.

D

dispose() - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 

E

equals(Object) - Method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
 

F

finalize() - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 

G

getCredentials(AuthScope) - Method in class org.apache.http.impl.auth.win.WindowsCredentialsProvider
 
getCurrentUsername() - Static method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
Get the SAM-compatible username of the currently logged-on user.
getName() - Method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
 
getParameter(String) - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
getPassword() - Method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
Returns an empty password
getRealm() - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
getSchemeName() - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
getUserPrincipal() - Method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
 

H

hashCode() - Method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
 

I

INSTANCE - Static variable in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
 
isComplete() - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
isConnectionBased() - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
isWinAuthAvailable() - Static method in class org.apache.http.impl.client.WinHttpClients
 

O

org.apache.http.impl.auth.win - package org.apache.http.impl.auth.win
Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.
org.apache.http.impl.client - package org.apache.http.impl.client
 

P

parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 

S

setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.auth.win.WindowsCredentialsProvider
 

T

toString() - Method in class org.apache.http.impl.auth.win.CurrentWindowsCredentials
 

W

WindowsCredentialsProvider - Class in org.apache.http.impl.auth.win
CredentialsProvider implementation that always returns CurrentWindowsCredentials instance to NTLM and SPNego authentication challenges.
WindowsCredentialsProvider(CredentialsProvider) - Constructor for class org.apache.http.impl.auth.win.WindowsCredentialsProvider
 
WindowsNegotiateScheme - Class in org.apache.http.impl.auth.win
Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.
WindowsNegotiateScheme(String, String) - Constructor for class org.apache.http.impl.auth.win.WindowsNegotiateScheme
 
WindowsNegotiateSchemeFactory - Class in org.apache.http.impl.auth.win
AuthSchemeProvider implementation that creates and initializes WindowsNegotiateScheme using JNA to Negotiate credentials
WindowsNegotiateSchemeFactory(String) - Constructor for class org.apache.http.impl.auth.win.WindowsNegotiateSchemeFactory
 
WindowsNTLMSchemeFactory - Class in org.apache.http.impl.auth.win
AuthSchemeProvider implementation that creates and initializes WindowsNegotiateScheme using JNA to implement NTLM
WindowsNTLMSchemeFactory(String) - Constructor for class org.apache.http.impl.auth.win.WindowsNTLMSchemeFactory
 
WinHttpClients - Class in org.apache.http.impl.client
Factory methods for CloseableHttpClient instances configured to use integrated Windows authentication by default.

A C D E F G H I O P S T W

Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.