public class StoredAssertion extends Object implements org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
| Constructor and Description |
|---|
StoredAssertion(String artifact,
String relyingPartyId,
String issuerId,
org.opensaml.common.SAMLObject samlMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifact() |
org.joda.time.DateTime |
getExpirationTime() |
String |
getIssuerId() |
String |
getRelyingPartyId() |
org.opensaml.common.SAMLObject |
getSamlMessage() |
boolean |
isExpired() |
void |
onExpire() |
public org.joda.time.DateTime getExpirationTime()
getExpirationTime in interface org.opensaml.util.storage.ExpiringObjectpublic boolean isExpired()
isExpired in interface org.opensaml.util.storage.ExpiringObjectpublic void onExpire()
onExpire in interface org.opensaml.util.storage.ExpiringObjectpublic String getArtifact()
getArtifact in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntrypublic String getIssuerId()
getIssuerId in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntrypublic String getRelyingPartyId()
getRelyingPartyId in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntrypublic org.opensaml.common.SAMLObject getSamlMessage()
getSamlMessage in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryCopyright © 2017. All rights reserved.