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 AuthenticateResponse
Authenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
AuthenticateResponse
NtlmAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
AuthenticateResponse
NtlmSealer. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
AuthenticateResponse
SpnegoAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
private AuthenticateResponse
SpnegoAuthenticator. 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 ConnectionContext
Connection. connectionContext
private ConnectionContext
SMBProtocolNegotiator. connectionContext
private ConnectionContext
SMBSessionBuilder. connectionContext
Methods in com.hierynomus.smbj.connection that return ConnectionContext Modifier and Type Method Description ConnectionContext
Connection. getConnectionContext()
Methods in com.hierynomus.smbj.connection with parameters of type ConnectionContext Modifier and Type Method Description (package private) void
PacketEncryptor. 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)
-