org.opensaml.common.binding.artifact
public static interface SAMLArtifactMap.SAMLArtifactMapEntry extends ExpiringObject
Modifier and Type | Method and Description |
---|---|
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.
|
getExpirationTime, isExpired, onExpire
String getArtifact()
String getIssuerId()
String getRelyingPartyId()
SAMLObject getSamlMessage()
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.