Class SecureConfigurationPropertiesProviderFactory
java.lang.Object
org.mule.test.crafted.config.properties.deprecated.extension.SecureConfigurationPropertiesProviderFactory
- All Implemented Interfaces:
org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory,org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
public class SecureConfigurationPropertiesProviderFactory
extends Object
implements org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory
Builds the provider for the secure-configuration-properties element.
- Since:
- 4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.mule.runtime.api.component.ComponentIdentifierstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProvider(org.mule.runtime.config.api.dsl.model.ConfigurationParameters parameters, org.mule.runtime.config.api.dsl.model.ResourceProvider externalResourceProvider) org.mule.runtime.api.component.ComponentIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory
createProvider, createProvider
-
Field Details
-
SECURE_CONFIGURATION_PROPERTIES_ELEMENT
- See Also:
-
SECURE_CONFIGURATION_PROPERTIES
public static final org.mule.runtime.api.component.ComponentIdentifier SECURE_CONFIGURATION_PROPERTIES
-
-
Constructor Details
-
SecureConfigurationPropertiesProviderFactory
public SecureConfigurationPropertiesProviderFactory()
-
-
Method Details
-
getSupportedComponentIdentifier
public org.mule.runtime.api.component.ComponentIdentifier getSupportedComponentIdentifier()- Specified by:
getSupportedComponentIdentifierin interfaceorg.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory- Specified by:
getSupportedComponentIdentifierin interfaceorg.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
-
createProvider
public SecureConfigurationPropertiesProvider createProvider(org.mule.runtime.config.api.dsl.model.ConfigurationParameters parameters, org.mule.runtime.config.api.dsl.model.ResourceProvider externalResourceProvider) - Specified by:
createProviderin interfaceorg.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory
-