Package net.sf.jasperreports.util
Class IdentitySecretsProviderExtensionsRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.util.IdentitySecretsProviderExtensionsRegistryFactory
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class IdentitySecretsProviderExtensionsRegistryFactory extends Object implements ExtensionsRegistryFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
IDENTITY_SECTRETS_PROVIDER_CATEGORY_PROPERTY_PREFIX
-
Constructor Summary
Constructors Constructor Description IdentitySecretsProviderExtensionsRegistryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsRegistry
createRegistry(String registryId, JRPropertiesMap properties)
Instantiates an extensions registry.
-
-
-
Field Detail
-
IDENTITY_SECTRETS_PROVIDER_CATEGORY_PROPERTY_PREFIX
public static final String IDENTITY_SECTRETS_PROVIDER_CATEGORY_PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRegistry
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
Description copied from interface:ExtensionsRegistryFactory
Instantiates an extensions registry.- Specified by:
createRegistry
in interfaceExtensionsRegistryFactory
- Parameters:
registryId
- the ID of the registry to instantiate. The ID can be used to identify a set of properties to be used when instantiating the registry.properties
- the map of properties that can be used to configure the registry instantiation process- Returns:
- an extensions registry
- See Also:
DefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
-
-