|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.opensaml.provider.MemoryReplayCacheProvider
public class MemoryReplayCacheProvider
Interface to a potentially persistent replay cache for uniquely-keyed objects
| Constructor Summary | |
|---|---|
MemoryReplayCacheProvider(org.w3c.dom.Element e)
|
|
| Method Summary | |
|---|---|
boolean |
check(java.lang.String key,
java.util.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryReplayCacheProvider(org.w3c.dom.Element e)
| Method Detail |
|---|
public boolean check(java.lang.String key,
java.util.Date expires)
throws SAMLException
check in interface ReplayCachekey - 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 | ||||||||