|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.storage.AbstractExpiringObject
org.opensaml.util.storage.ReplayCacheEntry
public class ReplayCacheEntry
Replay cache storage service entry.
Constructor Summary | |
---|---|
ReplayCacheEntry(java.lang.String id,
org.joda.time.DateTime expiration)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getMessageId()
Gets the ID of the message that may not be replayed. |
Methods inherited from class org.opensaml.util.storage.AbstractExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplayCacheEntry(java.lang.String id, org.joda.time.DateTime expiration)
id
- ID of the message that may not be replayedexpiration
- time when this entry expiresMethod Detail |
---|
public java.lang.String getMessageId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |