| Interface | Description |
|---|---|
| Directory |
The directory interface.
|
| DirectoryFactory | |
| EntryAdaptor |
Interface to be used by Directory implementations to perform arbitrary
"fetch-time" adaptations on the entry fields and the readonly flag.
|
| EntrySource |
Interface to make Session behave as a source for a DirectoryCache instance
|
| Reference |
Base interface for references between directory fields.
|
| Session |
A session used to access entries in a directory.
|
| Class | Description |
|---|---|
| AbstractDirectory | |
| AbstractReference |
Implementation of common Reference logic.
|
| BaseSession |
Base session class with helper methods common to all kinds of directory
sessions.
|
| DirectoryCache |
Very simple cache system to cache directory entry lookups (not search
queries) on top of nuxeo cache
|
| DirectoryCacheFlusher |
Event listener that flushes the
DirectoryService caches. |
| DirectoryFactoryDescriptor | |
| DirectoryFactoryProxy | |
| DirectoryFieldMapper | |
| DirectoryServiceImpl | |
| InverseReference |
Reference that uses the matching reference of the target directory to
actually do the job.
|
| PasswordHelper |
Helper to check passwords and generated hashed salted ones.
|
| PermissionDescriptor |
Common permission descriptor for all directory that use security check
|
| Exception | Description |
|---|---|
| DirectoryEntryNotFoundException |
Specific exception thrown when a directory entry is not found
|
| DirectoryException |
An exception thrown when a communication error occurs during an operation
on an NXDirectory.
|
| OperationNotAllowedException |
Exception thrown when an operation is not allowed on a given directory entry.
|
| SizeLimitExceededException |
Copyright © 2014 Nuxeo SA. All rights reserved.