|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IAccessController | The IAccessController defines the general access to server lifecycle
objects. |
IObjectAccessController | The IObjectAccessController defines a security controller for accessing
objects and methods. |
ISecurityManager | The ISecurityManager has methods to check the access
of a user to a special application. |
Class Summary | |
---|---|
AbstractDBSecurityManager | The AbstractDBSecurityManager is the base class for all security managers that use a database for
authentication. |
AbstractSecurityManager | The AbstractSecurityManager is the base class for ISecurityManager implementations
but it does not implement the security methods. |
DataSourceHandler | The DataSourceHandler allows access to credentials configured in the application configuration. |
DBSecurityManager | The DBSecurityManager uses a database to validate/authenticate users. |
DefaultAccessController | The DefaultAccessController is the standard IAccessController implementation. |
NoSecurityManager | The NoSecurityManager is a dummy security manager that does nothing. |
NtlmDBSecurityManager | The NtlmDBSecurityManager extends the DBSecurityManager and
allows a client to authenticate with its domain credentials. |
XmlSecurityManager | The XmlSecurityManager uses a xml file to authenticate users. |
Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |