OpenSAML-J 2.4.1-redhat-3

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.
 

Methods in org.opensaml.common.binding.artifact that return SAMLArtifactMap.SAMLArtifactMapEntry
 SAMLArtifactMap.SAMLArtifactMapEntry SAMLArtifactMap.get(String artifact)
          Gets the artifact entry for the given artifact.
 SAMLArtifactMap.SAMLArtifactMapEntry BasicSAMLArtifactMap.get(String artifact)
          Gets the artifact entry for the given artifact.
 SAMLArtifactMap.SAMLArtifactMapEntry SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
 SAMLArtifactMap.SAMLArtifactMapEntry BasicSAMLArtifactMapEntryFactory.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(org.opensaml.xml.parse.ParserPool parser, org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, long lifetime)
          Deprecated. replacement BasicSAMLArtifactMap.BasicSAMLArtifactMap(StorageService, long)
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory, org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, long lifetime)
          Constructor.
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory, org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, String storageParition, long lifetime)
          Constructor.
BasicSAMLArtifactMap(org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, long lifetime)
          Constructor.
BasicSAMLArtifactMap(org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage, String storageParition, long lifetime)
          Constructor.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.