|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SAMLArtifactMap.SAMLArtifactMapEntry
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 |
---|
java.lang.String getArtifact()
java.lang.String getIssuerId()
java.lang.String getRelyingPartyId()
SAMLObject getSamlMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |