org.opensaml.common.binding.artifact
Interface SAMLArtifactMap.SAMLArtifactMapEntry

All Superinterfaces:
ExpiringObject
Enclosing interface:
SAMLArtifactMap

public static interface SAMLArtifactMap.SAMLArtifactMapEntry
extends ExpiringObject

Represents a mapping between an artifact a SAML message with some associated metadata.


Method Summary
 byte[] getArtifact()
          Gets the artifact that maps to the SAML message.
 java.lang.String getIssuerId()
          Gets the ID of the issuer of the artifact.
 java.lang.String getRelyingPartyId()
          Gets the ID of the relying party the artifact was sent to.
 SAMLObject getSamlMessage()
          Gets the SAML message the artifact maps to.
 
Methods inherited from interface org.opensaml.util.storage.ExpiringObject
getExpirationTime, isExpired
 

Method Detail

getArtifact

byte[] getArtifact()
Gets the artifact that maps to the SAML message.

Returns:
artifact that maps to the SAML message

getIssuerId

java.lang.String getIssuerId()
Gets the ID of the issuer of the artifact.

Returns:
ID of the issuer of the artifact

getRelyingPartyId

java.lang.String getRelyingPartyId()
Gets the ID of the relying party the artifact was sent to.

Returns:
ID of the relying party the artifact was sent to

getSamlMessage

SAMLObject getSamlMessage()
Gets the SAML message the artifact maps to.

Returns:
SAML message the artifact maps to