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 |
serialVersionUID
private static final long serialVersionUID
- Serial version UID.
- See Also:
- Constant Field Values
messageId
private String messageId
- ID of the message that may not be replayed.
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 © 1999-2013. All Rights Reserved.