Class SmbSessionFactory

java.lang.Object
org.springframework.integration.smb.session.SmbConfig
org.springframework.integration.smb.session.SmbSessionFactory
All Implemented Interfaces:
SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile>

public class SmbSessionFactory extends SmbConfig implements SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile>
The SMB session factory.
Since:
6.0
Author:
Markus Spann, Gregory Bragg, Artem Bilan, Daniel Frey
  • Constructor Details

    • SmbSessionFactory

      public SmbSessionFactory()
    • SmbSessionFactory

      public SmbSessionFactory(org.codelibs.jcifs.smb.CIFSContext _context)
      Initializes the SMB session factory with a custom client context configuration.
      Parameters:
      _context - that holds the client configuration, shared services as well as the active credentials
  • Method Details