| Interface | Description |
|---|---|
| UserDirectory |
Implementations of this interface interacts with user directory like LDAP or a
database.
|
| UserFactory |
A Factory to logically create and populate users.
|
| UserFactory.Builder |
A Builder that populates user information.
|
| Class | Description |
|---|---|
| CustomDir |
This class provides read-only access to the user directory as the assumption is that
all user maintenance operations are done in a central directory system.
|
| CustomLogin |
A Seed used by low level functions from CatalogManager.
|
| CustomUserManager |
Implementation of
IUserManager that mostly delegates to
UserDirectory. |
| CustomUserManager.CustomUserFactory | |
| CustomUsers |
Implementation of
ICSUsers and ISingleSignOn. |
| UserDirectoryFactory |
Factory for
UserDirectory. |