|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PastrySecurityManager
The security manager interface.
Method Summary | |
---|---|
java.util.Date |
getTimestamp()
Gets the current time for a timestamp. |
boolean |
verifyAddressBinding(Credentials cred,
Address addr)
Checks to see if these credentials can be associated with the address. |
boolean |
verifyMessage(Message msg)
This method takes a message and returns true if the message is safe and false otherwise. |
NodeHandle |
verifyNodeHandle(NodeHandle handle)
Verify node handle safety. |
Method Detail |
---|
boolean verifyMessage(Message msg)
msg
- a message.
boolean verifyAddressBinding(Credentials cred, Address addr)
cred
- some credentials.addr
- an address.
NodeHandle verifyNodeHandle(NodeHandle handle)
handle
- the handle to check.
java.util.Date getTimestamp()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |