public abstract class NtlmAuthenticator extends Object
| コンストラクタと説明 |
|---|
NtlmAuthenticator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected NtlmPasswordAuthentication |
getNtlmPasswordAuthentication()
An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the getRequestingURL and getRequestingException methods.
|
protected SmbAuthException |
getRequestingException() |
protected String |
getRequestingURL() |
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)
protected final String getRequestingURL()
protected final SmbAuthException getRequestingException()
public static NtlmPasswordAuthentication requestNtlmPasswordAuthentication(String url, SmbAuthException sae)
protected NtlmPasswordAuthentication getNtlmPasswordAuthentication()
Copyright © 2016. All rights reserved.