Uses of Interface
org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
Packages that use MetadataGeneratorParameters
Package
Description
Implementation of Velocity-based metadata generation.
-
Uses of MetadataGeneratorParameters in org.opensaml.saml.metadata.generator.impl
Subinterfaces of MetadataGeneratorParameters in org.opensaml.saml.metadata.generator.implModifier and TypeInterfaceDescriptioninterfaceExtension interface with additional parameters specific to template-based implementations of metadata generation.Methods in org.opensaml.saml.metadata.generator.impl with parameters of type MetadataGeneratorParametersModifier and TypeMethodDescriptionvoidMetadataGenerator.generate(MetadataGeneratorParameters params, Writer sink) Generate metadata using the supplied parameters into the supplied destination.voidVelocityMetadataGenerator.generate(MetadataGeneratorParameters params, Writer sink) Generate metadata using the supplied parameters into the supplied destination.