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 AuthenticationContext
AuthenticationContext.anonymous()
static AuthenticationContext
AuthenticationContext.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) private AuthenticateResponse
NtlmAuthenticator.doAuthenticate
(AuthenticationContext context, NtlmChallenge serverNtlmChallenge, byte[] ntlmChallengeBytes) private AuthenticateResponse
NtlmAuthenticator.doNegotiate
(AuthenticationContext context, byte[] gssToken) boolean
Authenticator.supports
(AuthenticationContext context) boolean
NtlmAuthenticator.supports
(AuthenticationContext context) boolean
NtlmSealer.supports
(AuthenticationContext context) boolean
SpnegoAuthenticator.supports
(AuthenticationContext context) -
Uses of AuthenticationContext in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as AuthenticationContextModifier and TypeFieldDescriptionprivate AuthenticationContext
SMBSessionBuilder.BuilderContext.authContext
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.private Authenticator
SMBSessionBuilder.getAuthenticator
(AuthenticationContext context) private SMBSessionBuilder.BuilderContext
SMBSessionBuilder.newContext
(AuthenticationContext authContext, Authenticator authenticator) -
Uses of AuthenticationContext in com.hierynomus.smbj.session
Fields in com.hierynomus.smbj.session declared as AuthenticationContextMethods 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, PacketSignatory signatory, PacketEncryptor encryptor)