|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Scribe security manager interface.
Method Summary | |
boolean |
verifyCanCreate(rice.pastry.NodeHandle handle,
rice.pastry.NodeId topicId)
Verify that the node handle has permission to create a topic. |
boolean |
verifyCanPublish(rice.pastry.NodeHandle handle,
rice.pastry.NodeId topicId)
Verify that the node handle has permission to publish to a topic. |
boolean |
verifyCanSubscribe(rice.pastry.NodeHandle handle,
rice.pastry.NodeId topicId)
Verify that the node handle has permission to subscribe to a topic. |
Method Detail |
public boolean verifyCanCreate(rice.pastry.NodeHandle handle, rice.pastry.NodeId topicId)
handle
- the node that will be verifiedtopicId
- the topic that the node is trying to access
public boolean verifyCanPublish(rice.pastry.NodeHandle handle, rice.pastry.NodeId topicId)
handle
- the node that will be verifiedtopicId
- the topic that the node is trying to access
public boolean verifyCanSubscribe(rice.pastry.NodeHandle handle, rice.pastry.NodeId topicId)
handle
- the node that will be verifiedtopicId
- the topic that the node is trying to access
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |