| Package | Description |
|---|---|
| com.threerings.bureau.data | |
| com.threerings.presents.client | |
| com.threerings.presents.net | |
| com.threerings.presents.peer.net | |
| com.threerings.presents.server |
| Modifier and Type | Class and Description |
|---|---|
class |
BureauCredentials
Extends the basic credentials to provide bureau-specific fields.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
Client.getCredentials()
Returns the credentials with which this client is currently configured to connect to the
server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setCredentials(Credentials creds)
Sets the credentials that will be used by this client to authenticate with the server.
|
| Constructor and Description |
|---|
Client(Credentials creds,
RunQueue runQueue)
Constructs a client object with the supplied credentials and RunQueue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PublicKeyCredentials
Credentials based on a public key encrypted secret.
|
class |
ServiceCreds
Credentials used by service clients (peers, bureaus, etc.).
|
class |
UsernamePasswordCreds
Credentials that use a username and (hashed) password.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
AuthRequest.getCredentials()
Returns a reference to the credentials provided with this request.
|
Credentials |
AESAuthRequest.getCredentials() |
| 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.
|
| Constructor and Description |
|---|
AESAuthRequest(byte[] key,
Credentials creds,
String version,
String[] bootGroups)
Constructs a auth request with the supplied credentials and client version information.
|
AuthRequest(Credentials creds,
String version,
String[] bootGroups)
Constructs a auth request with the supplied credentials and client version information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerCreds
Used by peer servers in a cluster installation to authenticate with one another.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
PresentsSession.getCredentials()
Returns the credentials used to authenticate this session.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionFactory |
SessionFactory.newSessionFactory(Class<? extends Credentials> credsClass,
Class<? extends PresentsSession> sessionClass,
Class<? extends Name> nameClass,
Class<? extends ClientResolver> resolverClass)
Creates a session factory that handles clients with the supplied credentials and
authentication name.
|
Copyright © 2015. All rights reserved.