ePOST API

Uses of Interface
rice.pastry.security.PastrySecurityManager

Packages that use PastrySecurityManager
rice.pastry   
rice.pastry.direct   
rice.pastry.leafset   
rice.pastry.security   
rice.pastry.socket   
rice.pastry.standard   
 

Uses of PastrySecurityManager in rice.pastry
 

Methods in rice.pastry with parameters of type PastrySecurityManager
 void PastryNode.setElements(NodeHandle lh, PastrySecurityManager sm, MessageDispatch md, LeafSet ls, RoutingTable rt)
          Combined accessor method for various members of PastryNode.
 

Uses of PastrySecurityManager in rice.pastry.direct
 

Classes in rice.pastry.direct that implement PastrySecurityManager
 class DirectSecurityManager
          Security manager for direct connections between nodes.
 

Uses of PastrySecurityManager in rice.pastry.leafset
 

Methods in rice.pastry.leafset with parameters of type PastrySecurityManager
 boolean LeafSet.merge(LeafSet remotels, NodeHandle from, RoutingTable routeTable, PastrySecurityManager security, boolean testOnly, java.util.Set insertedHandles)
          Merge a remote leafset into this
 

Uses of PastrySecurityManager in rice.pastry.security
 

Classes in rice.pastry.security that implement PastrySecurityManager
 class PermissiveSecurityManager
          A trivial security manager.
 

Uses of PastrySecurityManager in rice.pastry.socket
 

Classes in rice.pastry.socket that implement PastrySecurityManager
 class SocketPastrySecurityManager
          Security manager for socket connections between nodes.
 

Uses of PastrySecurityManager in rice.pastry.standard
 

Fields in rice.pastry.standard declared as PastrySecurityManager
protected  PastrySecurityManager PeriodicLeafSetProtocol.security
           
protected  PastrySecurityManager StandardJoinProtocol.security
           
protected  PastrySecurityManager StandardLeafSetProtocol.security
           
 

Constructors in rice.pastry.standard with parameters of type PastrySecurityManager
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, PastrySecurityManager sm, RoutingTable rt, LeafSet ls)
          Constructor takes in the usual suspects.
PeriodicLeafSetProtocol(PastryNode ln, NodeHandle local, PastrySecurityManager sm, LeafSet ls, RoutingTable rt)
          Builds a periodic leafset protocol
StandardJoinProtocol(PastryNode ln, NodeHandle lh, PastrySecurityManager sm, RoutingTable rt, LeafSet ls)
          Constructor.
StandardLeafSetProtocol(PastryNode ln, NodeHandle local, PastrySecurityManager sm, LeafSet ls, RoutingTable rt)
           
StandardRouter(PastryNode localNode, PastrySecurityManager sm)
          Constructor.
StandardRouteSetProtocol(NodeHandle lh, PastrySecurityManager sm, RoutingTable rt, Environment env)
          Constructor.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.