public static interface SAMLArtifactMap.SAMLArtifactMapEntry
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Nonnull @NotEmpty java.lang.String getArtifact()
@Nonnull @NotEmpty java.lang.String getIssuerId()
@Nonnull @NotEmpty java.lang.String getRelyingPartyId()
@Nonnull SAMLObject getSamlMessage()