public static interface SAMLArtifactMap.SAMLArtifactMapEntryFactory
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactMap.SAMLArtifactMapEntry |
newEntry(java.lang.String artifact,
java.lang.String issuerId,
java.lang.String relyingPartyId,
SAMLObject samlMessage)
Factory method which produces a
SAMLArtifactMap.SAMLArtifactMapEntry. |
@Nonnull SAMLArtifactMap.SAMLArtifactMapEntry newEntry(@Nonnull @NotEmpty java.lang.String artifact, @Nonnull @NotEmpty java.lang.String issuerId, @Nonnull @NotEmpty java.lang.String relyingPartyId, @Nonnull SAMLObject samlMessage)
SAMLArtifactMap.SAMLArtifactMapEntry.artifact - the artifactissuerId - ID of the issuer of the artifactrelyingPartyId - ID of the party the artifact was sent tosamlMessage - the SAML message