| Package | Description |
|---|---|
| com.threerings.presents.server |
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.authenticateConnection(Invoker invoker,
AuthingConnection conn,
ResultListener<AuthingConnection> onComplete)
Called by the connection management code when an authenticating connection has received its
authentication request from the client.
|
boolean |
ServiceAuthenticator.shouldHandleConnection(AuthingConnection conn) |
abstract boolean |
ChainedAuthenticator.shouldHandleConnection(AuthingConnection conn)
Derived classes should implement this method and return true if the supplied connection is
one that they should authenticate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.authenticateConnection(Invoker invoker,
AuthingConnection conn,
ResultListener<AuthingConnection> onComplete)
Called by the connection management code when an authenticating connection has received its
authentication request from the client.
|
Copyright © 2015. All rights reserved.