Uses of Class
com.hierynomus.smbj.auth.AuthenticateResponse
-
Packages that use AuthenticateResponse Package Description com.hierynomus.smbj.auth -
-
Uses of AuthenticateResponse in com.hierynomus.smbj.auth
Methods in com.hierynomus.smbj.auth that return AuthenticateResponse Modifier and Type Method Description AuthenticateResponse
Authenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
AuthenticateResponse
NtlmAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
AuthenticateResponse
NtlmSealer. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
AuthenticateResponse
SpnegoAuthenticator. authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
private AuthenticateResponse
SpnegoAuthenticator. authenticateSession(GSSAuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext)
private AuthenticateResponse
NtlmAuthenticator. doAuthenticate(AuthenticationContext context, NtlmChallenge serverNtlmChallenge, byte[] ntlmChallengeBytes)
private AuthenticateResponse
NtlmAuthenticator. doNegotiate(AuthenticationContext context, byte[] gssToken)
-