org.opensaml.util.storage
Class ReplayCacheEntry
java.lang.Object
org.opensaml.util.storage.AbstractExpiringObject
org.opensaml.util.storage.ReplayCacheEntry
- All Implemented Interfaces:
- Serializable, ExpiringObject
public class ReplayCacheEntry
- extends AbstractExpiringObject
- implements Serializable
Replay cache storage service entry.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplayCacheEntry
public ReplayCacheEntry(String id,
org.joda.time.DateTime expiration)
- Constructor.
- Parameters:
id
- ID of the message that may not be replayedexpiration
- time when this entry expires
getMessageId
public String getMessageId()
- Gets the ID of the message that may not be replayed.
- Returns:
- ID of the message that may not be replayed
Copyright © 2006-2013 Internet2. All Rights Reserved.