Uses of Class
com.hierynomus.smbj.auth.AuthenticationContext
Packages that use AuthenticationContext
Package
Description
-
Uses of AuthenticationContext in com.hierynomus.smbj.auth
Subclasses of AuthenticationContext in com.hierynomus.smbj.authMethods in com.hierynomus.smbj.auth that return AuthenticationContextModifier and TypeMethodDescriptionstatic AuthenticationContextAuthenticationContext.anonymous()static AuthenticationContextAuthenticationContext.guest()Methods in com.hierynomus.smbj.auth with parameters of type AuthenticationContextModifier 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) booleanAuthenticator.supports(AuthenticationContext context) booleanNtlmAuthenticator.supports(AuthenticationContext context) booleanNtlmSealer.supports(AuthenticationContext context) booleanSpnegoAuthenticator.supports(AuthenticationContext context) -
Uses of AuthenticationContext in com.hierynomus.smbj.connection
Methods in com.hierynomus.smbj.connection with parameters of type AuthenticationContextModifier 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. -
Uses of AuthenticationContext in com.hierynomus.smbj.session
Methods in com.hierynomus.smbj.session that return AuthenticationContextConstructors in com.hierynomus.smbj.session with parameters of type AuthenticationContextModifierConstructorDescriptionSession(Connection connection, SmbConfig config, AuthenticationContext userCredentials, SMBEventBus bus, PathResolver pathResolver, Signatory signatory, PacketEncryptor encryptor)