public class NtlmAuthenticator extends java.lang.Object implements Authenticator
| Modifier and Type | Class and Description |
|---|---|
static class |
NtlmAuthenticator.Factory |
| Constructor and Description |
|---|
NtlmAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateResponse |
authenticate(AuthenticationContext context,
byte[] gssToken,
Session session) |
void |
init(SecurityProvider securityProvider,
java.util.Random random) |
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(SecurityProvider securityProvider, java.util.Random random)
init in interface Authenticatorpublic boolean supports(AuthenticationContext context)
supports in interface Authenticator