|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Credentials in rice.pastry |
---|
Methods in rice.pastry with parameters of type Credentials | |
---|---|
void |
PastryNode.registerReceiver(Credentials cred,
Address address,
MessageReceiver receiver)
Registers a message receiver with this Pastry node. |
Uses of Credentials in rice.pastry.client |
---|
Methods in rice.pastry.client that return Credentials | |
---|---|
abstract Credentials |
CommonAPIAppl.getCredentials()
Returns the credentials of this application. |
abstract Credentials |
PastryAppl.getCredentials()
Returns the credentials of this application. |
Methods in rice.pastry.client with parameters of type Credentials | |
---|---|
void |
PastryAppl.registerReceiver(Credentials cred,
Address addr,
MessageReceiver mr)
Registers a message receiver with the pastry node. |
void |
PastryAppl.routeMsg(Id key,
Message msg,
Credentials cred,
SendOptions opt)
Routes a message to the live node D with nodeId numerically closest to key (at the time of delivery). |
boolean |
PastryAppl.routeMsgDirect(NodeHandle dest,
Message msg,
Credentials cred,
SendOptions opt)
Sends a message to the Pastry node identified by dest. |
Uses of Credentials in rice.pastry.commonapi |
---|
Fields in rice.pastry.commonapi declared as Credentials | |
---|---|
protected Credentials |
PastryEndpoint.credentials
|
Methods in rice.pastry.commonapi that return Credentials | |
---|---|
Credentials |
PastryEndpoint.getCredentials()
Returns the credentials of this application. |
Uses of Credentials in rice.pastry.direct |
---|
Methods in rice.pastry.direct with parameters of type Credentials | |
---|---|
boolean |
DirectSecurityManager.verifyAddressBinding(Credentials cred,
Address addr)
Checks to see if these credentials can be associated with the address. |
Uses of Credentials in rice.pastry.join |
---|
Constructors in rice.pastry.join with parameters of type Credentials | |
---|---|
InitiateJoin(Credentials cred,
java.util.Date stamp,
NodeHandle[] nh)
Constructor. |
|
InitiateJoin(Credentials cred,
NodeHandle[] nh)
Constructor. |
|
JoinRequest(NodeHandle nh,
Credentials cred,
java.util.Date stamp,
int rtBase)
Constructor. |
|
JoinRequest(NodeHandle nh,
Credentials cred,
int rtBase)
Constructor. |
Uses of Credentials in rice.pastry.leafset |
---|
Constructors in rice.pastry.leafset with parameters of type Credentials | |
---|---|
BroadcastLeafSet(Credentials cred,
java.util.Date stamp,
NodeHandle from,
LeafSet leafSet,
int type)
Constructor. |
|
BroadcastLeafSet(Credentials cred,
NodeHandle from,
LeafSet leafSet,
int type)
Constructor. |
|
RequestLeafSet(Credentials cred,
java.util.Date stamp,
NodeHandle nh)
Constructor. |
|
RequestLeafSet(Credentials cred,
NodeHandle nh)
Constructor. |
Uses of Credentials in rice.pastry.messaging |
---|
Methods in rice.pastry.messaging that return Credentials | |
---|---|
Credentials |
Message.getCredentials()
Gets the credentials of the sender. |
Constructors in rice.pastry.messaging with parameters of type Credentials | |
---|---|
Message(Address dest,
Credentials cred)
Constructor. |
|
Message(Address dest,
Credentials cred,
java.util.Date timestamp)
Constructor. |
Uses of Credentials in rice.pastry.routing |
---|
Constructors in rice.pastry.routing with parameters of type Credentials | |
---|---|
BroadcastRouteRow(Credentials cred,
java.util.Date stamp,
NodeHandle from,
RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(Credentials cred,
NodeHandle from,
RouteSet[] r)
Constructor. |
|
RequestRouteRow(Credentials cred,
java.util.Date stamp,
NodeHandle nh,
int r)
Constructor. |
|
RequestRouteRow(Credentials cred,
NodeHandle nh,
int r)
Constructor. |
|
RouteMessage(Id target,
Message msg,
Credentials cred)
Constructor. |
|
RouteMessage(Id target,
Message msg,
Credentials cred,
Address aux)
Constructor. |
|
RouteMessage(Id target,
Message msg,
Credentials cred,
SendOptions opts)
Constructor. |
|
RouteMessage(Id target,
Message msg,
Credentials cred,
SendOptions opts,
Address aux)
Constructor. |
|
RouteMessage(NodeHandle dest,
Message msg,
Credentials cred,
SendOptions opts,
Address aux)
Constructor. |
Uses of Credentials in rice.pastry.security |
---|
Classes in rice.pastry.security that implement Credentials | |
---|---|
class |
PermissiveCredentials
Trivial credentials. |
Methods in rice.pastry.security with parameters of type Credentials | |
---|---|
boolean |
PastrySecurityManager.verifyAddressBinding(Credentials cred,
Address addr)
Checks to see if these credentials can be associated with the address. |
boolean |
PermissiveSecurityManager.verifyAddressBinding(Credentials cred,
Address addr)
|
Uses of Credentials in rice.pastry.socket |
---|
Methods in rice.pastry.socket with parameters of type Credentials | |
---|---|
boolean |
SocketPastrySecurityManager.verifyAddressBinding(Credentials cred,
Address addr)
Checks to see if these credentials can be associated with the address. |
Uses of Credentials in rice.pastry.standard |
---|
Fields in rice.pastry.standard declared as Credentials | |
---|---|
protected Credentials |
PeriodicLeafSetProtocol.cred
|
protected Credentials |
StandardJoinProtocol.cred
|
Methods in rice.pastry.standard that return Credentials | |
---|---|
Credentials |
PeriodicLeafSetProtocol.getCredentials()
|
Credentials |
StandardJoinProtocol.getCredentials()
|
Uses of Credentials in rice.pastry.testing |
---|
Methods in rice.pastry.testing that return Credentials | |
---|---|
Credentials |
HelloWorldApp.getCredentials()
Get credentials. |
Credentials |
Ping.getCredentials()
|
Credentials |
PingClient.getCredentials()
|
Credentials |
RegrTestApp.getCredentials()
|
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |