public abstract class ChainedAuthenticator extends Authenticator
Authenticator.AuthException| Constructor and Description |
|---|
ChainedAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
shouldHandleConnection(AuthingConnection conn)
Derived classes should implement this method and return true if the supplied connection is
one that they should authenticate.
|
authenticateConnectionpublic abstract boolean shouldHandleConnection(AuthingConnection conn)
Copyright © 2015. All rights reserved.