Uses of Class
com.hierynomus.smbj.connection.ConnectionContext
Packages that use ConnectionContext
Package
Description
-
Uses of ConnectionContext in com.hierynomus.smbj.auth
Methods in com.hierynomus.smbj.auth with parameters of type ConnectionContextModifier and TypeMethodDescriptionAuthenticator.authenticate
(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) NtlmAuthenticator.authenticate
(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) NtlmSealer.authenticate
(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) 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 ConnectionContextModifier and TypeFieldDescriptionprivate ConnectionContext
Connection.connectionContext
private final ConnectionContext
SMBProtocolNegotiator.connectionContext
private final ConnectionContext
SMBSessionBuilder.connectionContext
Methods in com.hierynomus.smbj.connection that return ConnectionContextMethods in com.hierynomus.smbj.connection with parameters of type ConnectionContextModifier and TypeMethodDescription(package private) void
PacketEncryptor.init
(ConnectionContext connectionContext) Constructors in com.hierynomus.smbj.connection with parameters of type ConnectionContextModifierConstructorDescriptionSMBProtocolNegotiator
(Connection connection, SmbConfig config, ConnectionContext connectionContext)