|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.storage.AbstractExpiringObject
org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
public class BasicSAMLArtifactMapEntry
Basic implementation of SAMLArtifactMap.SAMLArtifactMapEntry
.
Constructor Summary | |
---|---|
BasicSAMLArtifactMapEntry(String artifact,
String issuer,
String relyingParty,
String saml,
long lifetime)
Constructor. |
Method Summary | |
---|---|
String |
getArtifact()
Gets the artifact that maps to the SAML message. |
String |
getIssuerId()
Gets the ID of the issuer of the artifact. |
String |
getRelyingPartyId()
Gets the ID of the relying party the artifact was sent to. |
SAMLObject |
getSamlMessage()
Gets SAML message the artifact maps to. |
Methods inherited from class org.opensaml.util.storage.AbstractExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.util.storage.ExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Constructor Detail |
---|
public BasicSAMLArtifactMapEntry(String artifact, String issuer, String relyingParty, String saml, long lifetime)
artifact
- artifact associated with the messageissuer
- issuer of the artifactrelyingParty
- receiver of the artifactsaml
- serialized SAML message mapped to the artifactlifetime
- lifetime of the artifactMethod Detail |
---|
public String getArtifact()
getArtifact
in interface SAMLArtifactMap.SAMLArtifactMapEntry
public String getIssuerId()
getIssuerId
in interface SAMLArtifactMap.SAMLArtifactMapEntry
public String getRelyingPartyId()
getRelyingPartyId
in interface SAMLArtifactMap.SAMLArtifactMapEntry
public SAMLObject getSamlMessage()
getSamlMessage
in interface SAMLArtifactMap.SAMLArtifactMapEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |