Class SmbSessionFactory

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

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

    • SmbSessionFactory

      public SmbSessionFactory()
    • SmbSessionFactory

      public SmbSessionFactory(jcifs.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