| | |
| | | import org.opends.server.admin.std.meta.AdministrationConnectorCfgDefn; |
| | | import org.opends.server.config.ConfigException; |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.tools.tasks.TaskEntry; |
| | | import org.opends.server.types.DN; |
| | | import org.opends.server.types.DirectoryEnvironmentConfig; |
| | | import org.opends.server.types.DirectoryException; |
| | |
| | | protected Schema schema; |
| | | |
| | | /** |
| | | * The task entries. |
| | | **/ |
| | | protected Set<TaskEntry> taskEntries = Collections.emptySet(); |
| | | |
| | | /** |
| | | * Returns the Administrative User DNs found in the config.ldif. The set |
| | | * must be unmodifiable (the inheriting classes must take care of this). |
| | | * @return the Administrative User DNs found in the config.ldif. |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the task entries. |
| | | * @return the task entries. |
| | | */ |
| | | public Set<TaskEntry> getTaskEntries() |
| | | { |
| | | return taskEntries; |
| | | } |
| | | |
| | | /** |
| | | * Reads the schema from the files. |
| | | * @throws ConfigException if an error occurs reading the schema. |
| | | * @throws InitializationException if an error occurs initializing |