Package com.orchestranetworks.service.directory
Provides classes for Directory handling.
-
Interface Summary 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 Summary 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 withDirectoryDefaultclass.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.EncryptPassword Provides a EBX® Default Directory Utility to encrypt a user password.ProfileListContext This class is used by a user and roles directory to customize the profiles that a user can select. -
Exception Summary Exception Description AuthenticationException