Class SpnegoAuthenticator
java.lang.Object
com.hierynomus.smbj.auth.SpnegoAuthenticator
- All Implemented Interfaces:
Authenticator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) voidbooleansupports(AuthenticationContext context)
-
Constructor Details
-
SpnegoAuthenticator
public SpnegoAuthenticator()
-
-
Method Details
-
authenticate
public AuthenticateResponse authenticate(AuthenticationContext context, byte[] gssToken, ConnectionContext connectionContext) throws IOException - Specified by:
authenticatein interfaceAuthenticator- Throws:
IOException
-
init
- Specified by:
initin interfaceAuthenticator
-
supports
- Specified by:
supportsin interfaceAuthenticator
-