Class MetadataLookupExtensionFlowDescriptorManager
java.lang.Object
net.shibboleth.shared.spring.config.IdentifiedComponentManager<MetadataLookupExtensionFlowDescriptor>
net.shibboleth.idp.plugin.oidc.op.metadata.MetadataLookupExtensionFlowDescriptorManager
public class MetadataLookupExtensionFlowDescriptorManager
extends IdentifiedComponentManager<MetadataLookupExtensionFlowDescriptor>
Manager of
MetadataLookupExtensionFlowDescriptor objects.-
Constructor Summary
ConstructorsConstructorDescriptionMetadataLookupExtensionFlowDescriptorManager(Collection<MetadataLookupExtensionFlowDescriptor> freeObjects) Constructor. -
Method Summary
Methods inherited from class net.shibboleth.shared.spring.config.IdentifiedComponentManager
getComponents, setComponents
-
Constructor Details
-
MetadataLookupExtensionFlowDescriptorManager
@Autowired public MetadataLookupExtensionFlowDescriptorManager(@Nullable Collection<MetadataLookupExtensionFlowDescriptor> freeObjects) Constructor.- Parameters:
freeObjects- free-standing objects to add
-