public class DefaultAuthenticator extends Authenticator
| Constructor and Description |
|---|
DefaultAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
byte |
accept(byte[] authTypes) |
boolean |
validate(byte[] username,
byte[] password) |
public byte accept(byte[] authTypes)
accept in class Authenticatorpublic boolean validate(byte[] username,
byte[] password)
validate in class AuthenticatorCopyright © 2019–2024. All rights reserved.