public abstract class NtlmAuthenticator extends Object
| Constructor and Description |
|---|
NtlmAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
static NtlmAuthenticator |
getDefault() |
static NtlmPasswordAuthentication |
requestNtlmPasswordAuthentication(NtlmAuthenticator a,
String url,
SmbAuthException sae) |
static NtlmPasswordAuthentication |
requestNtlmPasswordAuthentication(String url,
SmbAuthException sae)
Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.
|
static void |
setDefault(NtlmAuthenticator a)
Set the default NtlmAuthenticator.
|
public static void setDefault(NtlmAuthenticator a)
a - public static NtlmAuthenticator getDefault()
public static NtlmPasswordAuthentication requestNtlmPasswordAuthentication(String url, SmbAuthException sae)
url - sae - public static NtlmPasswordAuthentication requestNtlmPasswordAuthentication(NtlmAuthenticator a, String url, SmbAuthException sae)
a - url - sae - Copyright © 2018. All rights reserved.