Uses of Class
com.hierynomus.smbj.auth.AuthenticationContext
-
Packages that use AuthenticationContext Package Description com.hierynomus.smbj.auth com.hierynomus.smbj.connection com.hierynomus.smbj.session -
-
Uses of AuthenticationContext in com.hierynomus.smbj.auth
Subclasses of AuthenticationContext in com.hierynomus.smbj.auth Modifier and Type Class Description classGSSAuthenticationContextMethods in com.hierynomus.smbj.auth that return AuthenticationContext Modifier and Type Method Description static AuthenticationContextAuthenticationContext. anonymous()static AuthenticationContextAuthenticationContext. guest()Methods in com.hierynomus.smbj.auth with parameters of type AuthenticationContext Modifier and Type Method Description AuthenticateResponseAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)AuthenticateResponseNtlmAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)AuthenticateResponseNtlmSealer. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)AuthenticateResponseSpnegoAuthenticator. 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 AuthenticationContext Modifier and Type Field Description private AuthenticationContextSMBSessionBuilder.BuilderContext. authContextMethods in com.hierynomus.smbj.connection with parameters of type AuthenticationContext Modifier and Type Method Description SessionConnection. authenticate(AuthenticationContext authContext)Authenticate the user on this connection in order to start a (new) session.SessionSMBSessionBuilder.SessionFactory. createSession(AuthenticationContext context)SessionSMBSessionBuilder. 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 AuthenticationContext Modifier and Type Field Description private AuthenticationContextSession. userCredentialsMethods in com.hierynomus.smbj.session that return AuthenticationContext Modifier and Type Method Description AuthenticationContextSession. getAuthenticationContext()Constructors in com.hierynomus.smbj.session with parameters of type AuthenticationContext Constructor Description Session(Connection connection, SmbConfig config, AuthenticationContext userCredentials, SMBEventBus bus, PathResolver pathResolver, Signatory signatory, PacketEncryptor encryptor)
-