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

All Superinterfaces:
org.opensaml.util.storage.ExpiringObject
All Known Implementing Classes:
BasicSAMLArtifactMapEntry
Enclosing interface:
SAMLArtifactMap

public static interface SAMLArtifactMap.SAMLArtifactMapEntry
extends org.opensaml.util.storage.ExpiringObject

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


Method Summary
 java.lang.String 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 SAML message the artifact maps to.
 
Methods inherited from interface org.opensaml.util.storage.ExpiringObject
getExpirationTime, isExpired, onExpire
 

Method Detail

getArtifact

java.lang.String 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 SAML message the artifact maps to.

Returns:
SAML message the artifact maps to


Copyright © 2006-2011 Internet2. All Rights Reserved.