|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplayCache
Interface to a potentially persistent replay cache for uniquely-keyed objects
Method Summary | |
---|---|
boolean |
check(String key,
Date expires)
Checks the replay cache for the existence of a key value and if not, inserts the new key with the specified expiration time. |
Method Detail |
---|
boolean check(String key, Date expires) throws SAMLException
key
- The key value to search for and insertexpires
- A time at which this key can be forgotten
SAMLException
- Raised if an error occurs while checking the cache
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |