Package com.raritantechnologies.security

Contains classes used to maintain secure access to Raritan Framework Applications.

See:
          Description

Interface Summary
ILoginHandler
IUserAdminManager  
IUserPermission
 

Class Summary
AllUserPermission Implementation of IUserPermission that universally grants permissions.
ClearIndexKeyProcess Job Process that clears the temporary indexing key.
CompositeSecurityManager Composite Security Manager - contains a set of nested SecurityManager.
DBSecurityManager Perform database lookup for user authentication and authorization.
DBUserPermission Reads in the user levels from a database then fills an orderd list of levels that can be checked against for user permissions.
DocumentumSecurityManager
DualSecurityManager Implements a two-stage security process.
FieldSecurityResultRenderer Provides Field level security for result display.
FlatFileSecurityManager Simple SecurityManager that uses a Flat File for security data.
LdapSecurityManager Performs LDAP user authentication.
LoggingSecurityManager Logs access to the system.
SearchSourceSecurityManager Uses a Raritan Technologies SearchSource as a SecurityManager repository.
SecureAccessResultMatcher Implements result matching by checking whether a user can access a result field (usually a URL ) using the ISecurityManager canAccess( ) method.
SecureResultRenderer Checks for access to a result field before rendering the result using a SecureAccessResultMatcher.
SetIndexKeyProcess Job Process that sets a temporary indexing key.
StaticSecurityManager Applies the same user name and password for all users of an application - using a nested or 'proxy' SecurityManager.
VeritySecurityManager
 

Package com.raritantechnologies.security Description

Contains classes used to maintain secure access to Raritan Framework Applications.