Uses of Class
com.hierynomus.smbj.connection.ConnectionContext
-
Packages that use ConnectionContext Package Description com.hierynomus.smbj.auth com.hierynomus.smbj.connection com.hierynomus.smbj.share -
-
Uses of ConnectionContext in com.hierynomus.smbj.auth
Methods in com.hierynomus.smbj.auth with parameters of type ConnectionContext Modifier and Type Method Description AuthenticateResponseAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)AuthenticateResponseNtlmAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)AuthenticateResponseNtlmSealer. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)AuthenticateResponseSpnegoAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)private AuthenticateResponseSpnegoAuthenticator. authenticateSession(GSSAuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) -
Uses of ConnectionContext in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as ConnectionContext Modifier and Type Field Description private ConnectionContextConnection. connectionContextprivate ConnectionContextSMBProtocolNegotiator. connectionContextprivate ConnectionContextSMBSessionBuilder. connectionContextMethods in com.hierynomus.smbj.connection that return ConnectionContext Modifier and Type Method Description ConnectionContextConnection. getConnectionContext()Methods in com.hierynomus.smbj.connection with parameters of type ConnectionContext Modifier and Type Method Description (package private) voidPacketEncryptor. init(ConnectionContext connectionContext)Constructors in com.hierynomus.smbj.connection with parameters of type ConnectionContext Constructor Description SMBProtocolNegotiator(Connection connection, SmbConfig config, ConnectionContext connectionContext) -
Uses of ConnectionContext in com.hierynomus.smbj.share
Constructors in com.hierynomus.smbj.share with parameters of type ConnectionContext Constructor Description TreeConnect(long treeId, SmbPath smbPath, Session session, java.util.Set<SMB2ShareCapabilities> capabilities, SmbConfig config, ConnectionContext connectionContext, SMBEventBus bus, java.util.Set<AccessMask> maximalAccess, java.util.Set<SMB2ShareFlags> shareFlags)
-