Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
Packages that use SAMLArtifactMap.SAMLArtifactMapEntryFactory
Package
Description
Implementation of SAML artifact mapping.
-
Uses of SAMLArtifactMap.SAMLArtifactMapEntryFactory in org.opensaml.saml.common.binding.artifact.impl
Classes in org.opensaml.saml.common.binding.artifact.impl that implement SAMLArtifactMap.SAMLArtifactMapEntryFactoryModifier and TypeClassDescriptionclassA factory for instances ofExpiringSAMLArtifactMapEntry.classA factory andStorageSerializerfor instances ofBasicSAMLArtifactMapEntry.Fields in org.opensaml.saml.common.binding.artifact.impl declared as SAMLArtifactMap.SAMLArtifactMapEntryFactoryModifier and TypeFieldDescriptionBasicSAMLArtifactMap.entryFactoryFactory for SAMLArtifactMapEntry instances.StorageServiceSAMLArtifactMap.entryFactoryFactory for SAMLArtifactMapEntry instances.Methods in org.opensaml.saml.common.binding.artifact.impl that return SAMLArtifactMap.SAMLArtifactMapEntryFactoryModifier and TypeMethodDescriptionBasicSAMLArtifactMap.getEntryFactory()Get the map entry factory.StorageServiceSAMLArtifactMap.getEntryFactory()Get the map entry factory.Methods in org.opensaml.saml.common.binding.artifact.impl with parameters of type SAMLArtifactMap.SAMLArtifactMapEntryFactoryModifier and TypeMethodDescriptionvoidBasicSAMLArtifactMap.setEntryFactory(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory) Set the map entry factory.voidStorageServiceSAMLArtifactMap.setEntryFactory(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory) Set the map entry factory.