Interface SMBAuthenticationProvider

  • All Known Implementing Classes:
    SMBConnection, SmbRemoteDirectorySetup

    public interface SMBAuthenticationProvider
    Interface for classes that provide SMB authentication.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getAuthentication

        jcifs.smb.NtlmPasswordAuthentication getAuthentication()
        Returns the authentication.
        Returns:
        the authentication, null if not connected
      • newAuthentication

        jcifs.smb.NtlmPasswordAuthentication newAuthentication()
        Returns a new authentication.
        Returns:
        the authentication