Package com.hierynomus.smbj.auth
Interface Authenticator
- All Known Implementing Classes:
NtlmAuthenticator
,NtlmSealer
,SpnegoAuthenticator
public interface Authenticator
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) void
boolean
supports
(AuthenticationContext context)
-
Method Details
-
init
-
supports
-
authenticate
AuthenticateResponse authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) throws IOException - Throws:
IOException
-