Interface SAMLArtifactMap.SAMLArtifactMapEntryFactory
-
- Enclosing interface:
- SAMLArtifactMap
public static interface SAMLArtifactMap.SAMLArtifactMapEntryFactoryA factory for producing SAMLArtifactMapEntry instances based on standard inputs, and reading/writing them from/to storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAMLArtifactMap.SAMLArtifactMapEntrynewEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage)Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.
-
-
-
Method Detail
-
newEntry
@Nonnull SAMLArtifactMap.SAMLArtifactMapEntry newEntry(@Nonnull @NotEmpty String artifact, @Nonnull @NotEmpty String issuerId, @Nonnull @NotEmpty String relyingPartyId, @Nonnull SAMLObject samlMessage)
Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.- Parameters:
artifact- the artifactissuerId- ID of the issuer of the artifactrelyingPartyId- ID of the party the artifact was sent tosamlMessage- the SAML message- Returns:
- the new map entry instance
-
-