Overview
Classes: AbstractLDAPAuthAdminService, AuthAdminService, AuthService, PooledAuthAdminService
Namespaces
namespace Data
namespace TwoFactor
Classes
class AbstractLDAPAuthAdminService
This abstract class implements basic LDAP authentication.
class AuthAdminService
This service interface extends the basic AuthService interface with methods for administrating users, roles and their permissions.
class AuthService
The AuthService (authentication/authorization service) is used to authenticate users using a user name/credentials combination, and to assign certain permissions to users.
class PooledAuthAdminService
This class implements the AuthAdminService interface in such a way that all methods are forwarded to one of multiple other AuthAdminService instances.