Rice Pastry API

Uses of Interface
rice.pastry.security.Credentials

Packages that use Credentials
rice.pastry   
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.direct   
rice.pastry.join   
rice.pastry.leafset   
rice.pastry.messaging   
rice.pastry.routing   
rice.pastry.security   
rice.pastry.socket   
rice.pastry.standard   
rice.pastry.testing   
 

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.
 boolean PastryAppl.routeMsgDirect(NodeHandle dest, Message msg, Credentials cred, SendOptions opt)
          Sends a message to the Pastry node identified by dest.
 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).
 

Uses of Credentials in rice.pastry.commonapi
 

Fields in rice.pastry.commonapi declared as Credentials
protected  Credentials PastryEndpoint.credentials
          DESCRIBE THE FIELD
 

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, NodeHandle nh)
          Constructor.
InitiateJoin(Credentials cred, java.util.Date stamp, NodeHandle nh)
          Constructor.
JoinRequest(NodeHandle nh, Credentials cred, int rtBase)
          Constructor.
JoinRequest(NodeHandle nh, Credentials cred, java.util.Date stamp, int rtBase)
          Constructor.
 

Uses of Credentials in rice.pastry.leafset
 

Constructors in rice.pastry.leafset with parameters of type Credentials
BroadcastLeafSet(Credentials cred, NodeHandle from, LeafSet leafSet, int type)
          Constructor.
BroadcastLeafSet(Credentials cred, java.util.Date stamp, NodeHandle from, LeafSet leafSet, int type)
          Constructor.
RequestLeafSet(Credentials cred, NodeHandle nh)
          Constructor.
RequestLeafSet(Credentials cred, java.util.Date stamp, 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, NodeHandle nh, int r)
          Constructor.
RequestRouteRow(Credentials cred, java.util.Date stamp, NodeHandle nh, int r)
          Constructor.
RouteMessage(Id target, Message msg, Credentials cred)
          Constructor.
RouteMessage(Id target, Message msg, Credentials cred, SendOptions opts)
          Constructor.
RouteMessage(NodeHandle dest, Message msg, Credentials cred, SendOptions opts, Address aux)
          Constructor.
RouteMessage(Id target, Message msg, Credentials cred, Address aux)
          Constructor.
RouteMessage(Id target, 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)
          DESCRIBE THE METHOD
 

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
          DESCRIBE THE FIELD
protected  Credentials StandardJoinProtocol.cred
          DESCRIBE THE FIELD
 

Methods in rice.pastry.standard that return Credentials
 Credentials PeriodicLeafSetProtocol.getCredentials()
          Gets the Credentials attribute of the PeriodicLeafSetProtocol object
 Credentials StandardJoinProtocol.getCredentials()
          Gets the Credentials attribute of the StandardJoinProtocol object
 

Uses of Credentials in rice.pastry.testing
 

Methods in rice.pastry.testing that return Credentials
 Credentials HelloWorldApp.getCredentials()
          Get credentials.
 Credentials Ping.getCredentials()
          Gets the Credentials attribute of the Ping object
 Credentials PingClient.getCredentials()
          Gets the Credentials attribute of the PingClient object
 Credentials RegrTestApp.getCredentials()
          Gets the Credentials attribute of the RegrTestApp object
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection