Class DirectoryHandler

java.lang.Object
com.orchestranetworks.service.directory.DirectoryHandler

public final class DirectoryHandler extends Object
An instance of this class wraps the current custom directory implementation, so as to add pre-processing and post-verifications to the directory method implementations.

The current directory of a repository is returned by the static method getInstance(Repository).

Note: Normal use of EBX® APIs does not require accessing this class, since authentication and permissions management are transparent from the developer point of view (they are "container-managed"). However, this class may be useful when data governance has specific functional dependencies on the directory (for example, a service needs access to all defined users, or if it must display a specific profile).