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.ExpiringObject
public boolean isExpired()
isExpired
in interface org.opensaml.util.storage.ExpiringObject
public void onExpire()
onExpire
in interface org.opensaml.util.storage.ExpiringObject
public String getArtifact()
getArtifact
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
public String getIssuerId()
getIssuerId
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
public String getRelyingPartyId()
getRelyingPartyId
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
public org.opensaml.common.SAMLObject getSamlMessage()
getSamlMessage
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Copyright © 2017. All rights reserved.