public static interface SAMLArtifactMap.SAMLArtifactMapEntryFactory
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactMap.SAMLArtifactMapEntry |
newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage)
Factory method which produces a
SAMLArtifactMap.SAMLArtifactMapEntry. |
@Nonnull SAMLArtifactMap.SAMLArtifactMapEntry newEntry(@Nonnull@NotEmpty String artifact, @Nonnull@NotEmpty String issuerId, @Nonnull@NotEmpty 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 messageCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.