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.
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.
DBSecurityManager The DBSecurityManager uses a database to validate/authenticate users.
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.