Note: this is an abstract component, that cannot be instantiated.
Schema Providers define the schema elements to load.
Schema provider configuration.
The following Schema Providers are available in the server :
These Schema Providers inherit from the properties described below.
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | None |
| ↓ java-class |
| Description | Indicates whether the Schema Provider is enabled for use. |
| Default Value | None |
| Allowed Values | true false |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Specifies the fully-qualified name of the Java class that provides the Schema Provider implementation. |
| Default Value | None |
| Allowed Values | A java class that implements or extends the class(es) : org.opends.server.schema.SchemaProvider |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |