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. |
DirectoryEntryResolver |
This
ObjectResolver allows to manage integrity for fields containing references to directory's entry. |
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 |
Exception thrown when dealing with a Directory.
|
OperationNotAllowedException |
Exception thrown when an operation is not allowed on a given directory entry.
|
SizeLimitExceededException |
Copyright © 2015 Nuxeo SA. All rights reserved.