See: Description
| Class | Description |
|---|---|
| AddToGroupTask |
The class that is in charge of adding a set of entries to a set of static
groups.
|
| CancelTaskTask |
Task used to cancel tasks in server.
|
| DeleteBaseDNAndBackendTask |
The task used to delete a set of base DNs or backends.
|
| DeleteEntryTask |
The task that is launched when an entry must be deleted.
|
| DeleteIndexTask |
The task that is launched when an index must be deleted.
|
| DeleteSchemaElementsTask |
The task that is launched when a schema element must be deleted.
|
| IndexTask |
Abstract task used to factorize some code shared by different tasks involving
indexes.
|
| ModifyAttributeTask |
The task that is in charge of modifying an attribute definition (and all
the references to this attribute).
|
| ModifyEntryTask |
The task that is called when we must modify an entry.
|
| ModifyObjectClassTask |
The task that is in charge of modifying an object class definition (and all
the references to this object class).
|
| NewEntryTask |
The task launched when we must create an entry.
|
| NewSchemaElementsTask |
An abstract class used to re-factor some code between the different tasks
that create elements in the schema.
|
| RebuildIndexTask |
The class that is used when a set of indexes must be rebuilt.
|
| ResetUserPasswordTask |
The task called when we want to reset the password of the user.
|
| RestartServerTask |
The task called when we want to restart the server.
|
| StartServerTask |
The task called when we want to start the server.
|
| StartStopTask |
An abstract class used to re-factor some code between the start, stop and
restart tasks.
|
| StopServerTask |
The task called when we want to start the server.
|
| Task |
The class used to define a number of common methods and mechanisms for the
tasks that are run in the Control Panel.
|
| Enum | Description |
|---|---|
| Task.State |
The state on which the task can be.
|
| Task.Type |
The different task types.
|
| Exception | Description |
|---|---|
| OfflineUpdateException |
Exception throw when there is an error updating the configuration offline
(in general updating the configuration files).
|
| OnlineUpdateException |
Exception throw when there is an error updating the configuration online
(in general is used as a wrapper when we get a NamingException).
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.