| Package | Description |
|---|---|
| com.threerings.presents.net | |
| com.threerings.presents.server | |
| com.threerings.presents.server.net |
| Modifier and Type | Class and Description |
|---|---|
class |
AESAuthRequest
Sends an AES encrypted auth request to the server.
|
class |
SecureRequest
Used to create a secure channel to the server.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthRequest |
AESAuthRequest.createAuthRequest(Credentials creds,
String version,
String[] bootGroups,
boolean requireSecureAuth)
Creates an auth request, secured if able, unsecured if not.
|
static AuthRequest |
AESAuthRequest.createAuthRequest(Credentials creds,
String version,
String[] bootGroups,
boolean requireSecureAuth,
PublicKeyCredentials pkcreds,
SecureResponse resp)
Creates an auth request, secured if able, unsecured if not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientManager.connectionEstablished(PresentsConnection conn,
Name authname,
AuthRequest req,
AuthResponse rsp)
Called by the connection manager to let us know when a new connection has been established.
|
abstract Class<? extends PresentsSession> |
SessionFactory.getSessionClass(AuthRequest areq)
Returns the
PresentsSession derived class to use for the session that authenticated
with the supplied request or null if this factory does not handle sessions of the supplied
type. |
| Modifier and Type | Method and Description |
|---|---|
AuthRequest |
AuthingConnection.getAuthRequest()
Returns a reference to the auth request currently being processed.
|
Copyright © 2015. All rights reserved.