org.opensaml.util.storage
public class ReplayCacheEntry extends AbstractExpiringObject implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
messageId
ID of the message that may not be replayed.
|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
ReplayCacheEntry(String id,
DateTime expiration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessageId()
Gets the ID of the message that may not be replayed.
|
getExpirationTime, isExpired, onExpire
private static final long serialVersionUID
private String messageId
public String getMessageId()
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.