Method | Description | |
---|---|---|
RequestNtlmPasswordAuthentication ( string url, |
Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials. Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials. |
|
SetDefault ( |
Set the default NtlmAuthenticator. Set the default NtlmAuthenticator. Once the default authenticator is set it cannot be changed. Calling this metho again will have no effect. |
Method | Description | |
---|---|---|
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. 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. If this method returns null the SmbAuthException that triggered the authenticator check will simply be rethrown. The default implementation returns null. |
|
GetRequestingException ( ) : |
||
GetRequestingUrl ( ) : string |
Method | Description | |
---|---|---|
Reset ( ) : void |
protected GetNtlmPasswordAuthentication ( ) : |
||
return |
protected GetRequestingException ( ) : |
||
return |
public static RequestNtlmPasswordAuthentication ( string url, |
||
url | string | |
sae | ||
return |
public static SetDefault ( |
||
a | ||
return | void |