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 AuthenticateResponseSpnegoAuthenticator.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 ConnectionContextConnection.connectionContextprivate final ConnectionContextSMBProtocolNegotiator.connectionContextprivate final ConnectionContextSMBSessionBuilder.connectionContextMethods in com.hierynomus.smbj.connection that return ConnectionContextMethods in com.hierynomus.smbj.connection with parameters of type ConnectionContextModifier and TypeMethodDescription(package private) voidPacketEncryptor.init(ConnectionContext connectionContext) Constructors in com.hierynomus.smbj.connection with parameters of type ConnectionContextModifierConstructorDescriptionSMBProtocolNegotiator(Connection connection, SmbConfig config, ConnectionContext connectionContext)