|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.presents.net.Credentials
com.threerings.presents.net.ServiceCreds
com.threerings.presents.peer.net.PeerCreds
public class PeerCreds
Used by peer servers in a cluster installation to authenticate with one another.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.presents.net.Credentials |
|---|
Credentials.HasLanguage, Credentials.HasMachineIdent |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary |
|---|
| Fields inherited from class com.threerings.presents.net.ServiceCreds |
|---|
_authToken, clientId |
| Constructor Summary | |
|---|---|
PeerCreds()
Used when unserializing an instance from the network. |
|
PeerCreds(String nodeName,
String sharedSecret)
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.presents.net.ServiceCreds |
|---|
areValid, createAuthToken, toString |
| Methods inherited from class com.threerings.presents.net.Credentials |
|---|
getDatagramSecret |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PeerCreds(String nodeName,
String sharedSecret)
public PeerCreds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||