Uses of Class
com.hierynomus.smbj.session.Session
Packages that use Session
Package
Description
-
Uses of Session in com.hierynomus.smbj.connection
Methods in com.hierynomus.smbj.connection that return SessionModifier and TypeMethodDescriptionConnection.authenticate(AuthenticationContext authContext) Authenticate the user on this connection in order to start a (new) session.SMBSessionBuilder.SessionFactory.createSession(AuthenticationContext context) SMBSessionBuilder.establish(AuthenticationContext authContext) Establish a new session on the connection using the passed credentials.SessionTable.removeSession(Long id) Methods in com.hierynomus.smbj.connection that return types with arguments of type Session -
Uses of Session in com.hierynomus.smbj.paths
Methods in com.hierynomus.smbj.paths with parameters of type SessionModifier and TypeMethodDescription<T> TDFSPathResolver.resolve(Session session, SMB2Packet responsePacket, SmbPath smbPath, PathResolver.ResolveAction<T> action) <T> TDFSPathResolver.resolve(Session session, SmbPath smbPath, PathResolver.ResolveAction<T> action) <T> TPathResolver.resolve(Session session, SMB2Packet responsePacket, SmbPath smbPath, PathResolver.ResolveAction<T> action) Reactive path resolution based on response packet<T> TPathResolver.resolve(Session session, SmbPath smbPath, PathResolver.ResolveAction<T> action) Proactive path resolution based on response packet<T> TSymlinkPathResolver.resolve(Session session, SMB2Packet responsePacket, SmbPath smbPath, PathResolver.ResolveAction<T> action) <T> TSymlinkPathResolver.resolve(Session session, SmbPath smbPath, PathResolver.ResolveAction<T> action) -
Uses of Session in com.hierynomus.smbj.session
Methods in com.hierynomus.smbj.session that return Session