Package com.sibvisions.rad.server.security

Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems.

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
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.
DBSecurityManager.DBAccessController The DBAccessController controls the access to server side objects based on the configuration in the database.
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.
 

Package com.sibvisions.rad.server.security Description

Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.