public abstract class Authenticator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Authenticator.AuthException
An exception that can be thrown during
processAuthentication(com.threerings.presents.server.net.AuthingConnection, com.threerings.presents.net.AuthResponse). |
| Constructor and Description |
|---|
Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
public void authenticateConnection(Invoker invoker, AuthingConnection conn, ResultListener<AuthingConnection> onComplete)
Copyright © 2015. All rights reserved.