public interface SchemaProviderCfg extends Configuration
Schema Providers define the schema elements to load.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<SchemaProviderCfg> listener)
Register to be notified when this Schema Provider is changed.
|
Class<? extends SchemaProviderCfg> |
configurationClass()
Gets the configuration class associated with this Schema Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<SchemaProviderCfg> listener)
Deregister an existing Schema Provider configuration change listener.
|
dn, name
Class<? extends SchemaProviderCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<SchemaProviderCfg> listener)
listener
- The Schema Provider configuration change listener.void removeChangeListener(ConfigurationChangeListener<SchemaProviderCfg> listener)
listener
- The Schema Provider configuration change listener.boolean isEnabled()
Indicates whether the Schema Provider is enabled for use.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Schema Provider implementation.
Copyright 2010-2018 ForgeRock AS.