See: Description
| Interface | Description |
|---|---|
| DirectoryDefault.RoleEntity |
Represents a role entity that is, or can be, persisted in the default directory.
|
| DirectoryDefault.UserEntity |
Represents a user entity that is, or can be, persisted in the default directory.
|
| Encryption |
Defines an interface for an encryption class.
|
| HashComputation |
Defines an interface to compute the hash of a password.
|
| Class | Description |
|---|---|
| Directory |
Defines the user directory used by EBX® to authenticate users
and to define users and their roles.
|
| DirectoryDefault |
The default internal directory implementation that is delivered
with EBX®.
|
| DirectoryDefaultFactory |
The factory for the default internal implementation of the user and roles directory that is delivered
with EBX®.
|
| DirectoryDefaultHelper |
Helper class that works with
DirectoryDefault class. |
| DirectoryFactory |
Factory for the user and roles directory.
|
| DirectoryHandler |
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.
|
| ProfileListContext |
This class is used by a user and roles directory to customize the profiles that a user can
select.
|
| Exception | Description |
|---|---|
| AuthenticationException |
Provides classes for Directory handling.