Authenticatorpublic class SpnegoAuthenticator extends java.lang.Object implements Authenticator
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SpnegoAuthenticator.Factory |
| Constructor | Description |
|---|---|
SpnegoAuthenticator() |
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticateResponse |
authenticate(AuthenticationContext context,
byte[] gssToken,
Session session) |
|
void |
init(SmbConfig config) |
|
boolean |
supports(AuthenticationContext context) |
public AuthenticateResponse authenticate(AuthenticationContext context, byte[] gssToken, Session session) throws java.io.IOException
authenticate in interface Authenticatorjava.io.IOExceptionpublic void init(SmbConfig config)
init in interface Authenticatorpublic boolean supports(AuthenticationContext context)
supports in interface Authenticator