Uses of Interface
net.shibboleth.metadata.ItemCollectionSerializer
Packages that use ItemCollectionSerializer
Package
Description
Base classes for dealing with collections of metadata (whatever metadata might mean to you).
Implementations of core APIs that operate on W3C DOM based metadata.
Classes that work with DOM elements which contain SAML data.
A set of classes for constructing generic data processing pipelines.
-
Uses of ItemCollectionSerializer in net.shibboleth.metadata
Classes in net.shibboleth.metadata that implement ItemCollectionSerializerModifier and TypeClassDescriptionclassA simpleItemCollectionSerializerwhich just serializes eachItemin turn. -
Uses of ItemCollectionSerializer in net.shibboleth.metadata.dom
Classes in net.shibboleth.metadata.dom that implement ItemCollectionSerializerModifier and TypeClassDescriptionclass -
Uses of ItemCollectionSerializer in net.shibboleth.metadata.dom.saml
Classes in net.shibboleth.metadata.dom.saml that implement ItemCollectionSerializerModifier and TypeClassDescriptionclassA collection serializer that generates an equivalent of the Shibboleth SP's discovery feed output from a collection of entity descriptors. -
Uses of ItemCollectionSerializer in net.shibboleth.metadata.pipeline
Fields in net.shibboleth.metadata.pipeline declared as ItemCollectionSerializerModifier and TypeFieldDescriptionprivate ItemCollectionSerializer<T>SerializationStage.serializerSerializer used to write the collection to the output stream.Methods in net.shibboleth.metadata.pipeline that return ItemCollectionSerializerModifier and TypeMethodDescriptionfinal ItemCollectionSerializer<T>SerializationStage.getSerializer()Gets the serializer used to write item to the output file.Methods in net.shibboleth.metadata.pipeline with parameters of type ItemCollectionSerializerModifier and TypeMethodDescriptionvoidSerializationStage.setSerializer(ItemCollectionSerializer<T> itemSerializer) Sets the serializer used to write item to the output file.