Package net.shibboleth.idp.installer
Interface MetadataGenerator
- All Superinterfaces:
Component
,InitializableComponent
- All Known Implementing Classes:
MetadataGeneratorImpl
Interface to define Metadata Generation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate()
Generate the metadata given the parameters.void
Set where to write the metadata.void
Set a description of the IdP.Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Method Details
-
setOutput
Set where to write the metadata.- Parameters:
file
- what to set.
-
setParameters
Set a description of the IdP.- Parameters:
what
- what to set. This component does not have to be initialized.
-
generate
void generate() throws org.apache.tools.ant.BuildExceptionGenerate the metadata given the parameters.- Throws:
org.apache.tools.ant.BuildException
- if badness occurs.
-