Uses of Interface
org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry

Packages that use SAMLArtifactMap.SAMLArtifactMapEntry
org.opensaml.common.binding.artifact Classes that may be used to create and manipulate SAML artifacts. 
 

Uses of SAMLArtifactMap.SAMLArtifactMapEntry in org.opensaml.common.binding.artifact
 

Classes in org.opensaml.common.binding.artifact that implement SAMLArtifactMap.SAMLArtifactMapEntry
 class BasicSAMLArtifactMapEntry
          Basic implementation of SAMLArtifactMap.SAMLArtifactMapEntry.
 

Fields in org.opensaml.common.binding.artifact with type parameters of type SAMLArtifactMap.SAMLArtifactMapEntry
private  StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> BasicSAMLArtifactMap.artifactStore
          Artifact mapping storage.
 

Methods in org.opensaml.common.binding.artifact that return SAMLArtifactMap.SAMLArtifactMapEntry
 SAMLArtifactMap.SAMLArtifactMapEntry BasicSAMLArtifactMap.get(String artifact)
          Gets the artifact entry for the given artifact.
 SAMLArtifactMap.SAMLArtifactMapEntry SAMLArtifactMap.get(String artifact)
          Gets the artifact entry for the given artifact.
 SAMLArtifactMap.SAMLArtifactMapEntry BasicSAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
 SAMLArtifactMap.SAMLArtifactMapEntry SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
 

Constructor parameters in org.opensaml.common.binding.artifact with type arguments of type SAMLArtifactMap.SAMLArtifactMapEntry
BasicSAMLArtifactMap(ParserPool parser, StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, long lifetime)
          Deprecated. replacement BasicSAMLArtifactMap.BasicSAMLArtifactMap(StorageService, long)
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory, StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, long lifetime)
          Constructor.
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory, StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, String storageParition, long lifetime)
          Constructor.
BasicSAMLArtifactMap(StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, long lifetime)
          Constructor.
BasicSAMLArtifactMap(StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, String storageParition, long lifetime)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.