org.opensaml.common.binding.artifact
Interface SAMLArtifactMap.SAMLArtifactMapEntryFactory

All Known Implementing Classes:
BasicSAMLArtifactMapEntryFactory
Enclosing interface:
SAMLArtifactMap

public static interface SAMLArtifactMap.SAMLArtifactMapEntryFactory

A factory for producing SAMLArtifactMapEntry instances based on standard inputs.


Method Summary
 SAMLArtifactMap.SAMLArtifactMapEntry newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
 

Method Detail

newEntry

SAMLArtifactMap.SAMLArtifactMapEntry newEntry(String artifact,
                                              String issuerId,
                                              String relyingPartyId,
                                              SAMLObject samlMessage,
                                              long lifetime)
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.

Parameters:
artifact - the artifact
issuerId - ID of the issuer of the artifact
relyingPartyId - ID of the party the artifact was sent to
samlMessage - the SAML message
lifetime - the lifetime of the artifact entry, in milliseconds
Returns:
the new map entry instance


Copyright © 1999-2013. All Rights Reserved.