com.threerings.presents.server
Class ChainedAuthenticator

java.lang.Object
  extended by com.threerings.presents.server.Authenticator
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.presents.server.Authenticator
Authenticator.AuthException
 
Constructor Summary
ChainedAuthenticator()
           
 
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 com.threerings.presents.server.Authenticator
authenticateConnection, createResponseData, processAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedAuthenticator

public ChainedAuthenticator()
Method Detail

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.