Interface SAMLArtifactMap.SAMLArtifactMapEntry
- All Known Implementing Classes:
BasicSAMLArtifactMapEntry
,ExpiringSAMLArtifactMapEntry
- Enclosing interface:
- SAMLArtifactMap
public static interface SAMLArtifactMap.SAMLArtifactMapEntry
Represents a mapping between an artifact and a SAML message with some associated information.
-
Method Summary
Modifier and TypeMethodDescriptionGets the artifact that maps to the SAML message.Gets the ID of the issuer of the artifact.Gets the ID of the relying party the artifact was sent to.Gets SAML message the artifact maps to.
-
Method Details
-
getArtifact
Gets the artifact that maps to the SAML message.- Returns:
- artifact that maps to the SAML message
-
getIssuerId
Gets the ID of the issuer of the artifact.- Returns:
- ID of the issuer of the artifact
-
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
Gets SAML message the artifact maps to.- Returns:
- SAML message the artifact maps to
-