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) private AuthenticateResponseNtlmAuthenticator.doAuthenticate(AuthenticationContext context, NtlmChallenge serverNtlmChallenge, byte[] ntlmChallengeBytes) private AuthenticateResponseNtlmAuthenticator.doNegotiate(AuthenticationContext context, byte[] gssToken) booleanAuthenticator.supports(AuthenticationContext context) booleanNtlmAuthenticator.supports(AuthenticationContext context) booleanNtlmSealer.supports(AuthenticationContext context) booleanSpnegoAuthenticator.supports(AuthenticationContext context) -
Uses of AuthenticationContext in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as AuthenticationContextModifier and TypeFieldDescriptionprivate AuthenticationContextSMBSessionBuilder.BuilderContext.authContextMethods 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 AuthenticatorSMBSessionBuilder.getAuthenticator(AuthenticationContext context) private SMBSessionBuilder.BuilderContextSMBSessionBuilder.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, Signatory signatory, PacketEncryptor encryptor)