com.threerings.presents.server
Class ChainedAuthenticator
java.lang.Object
com.threerings.presents.server.Authenticator
com.threerings.presents.server.ChainedAuthenticator
- Direct Known Subclasses:
- ServiceAuthenticator
public abstract class ChainedAuthenticator
- extends Authenticator
Handles certain special kinds of authentications and passes the remainder through to the default
authenticator.
|
Method Summary |
abstract boolean |
shouldHandleConnection(AuthingConnection conn)
Derived classes should implement this method and return true if the supplied connection is
one that they should authenticate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainedAuthenticator
public ChainedAuthenticator()
shouldHandleConnection
public abstract boolean shouldHandleConnection(AuthingConnection conn)
- Derived classes should implement this method and return true if the supplied connection is
one that they should authenticate.