dbXML API

Uses of Interface
com.dbxml.db.core.security.SecurityManager

Packages that use SecurityManager
com.dbxml.db.common.security Implements the standard SecurityManager classes. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.server.labrador This package contains all of the classes that comprise the dbXML server Labrador utilities. 
 

Uses of SecurityManager in com.dbxml.db.common.security
 

Classes in com.dbxml.db.common.security that implement SecurityManager
 class DefaultSecurityManager
          DefaultSecurityManager is the default SecurityManager implementation for dbXML.
 class NoSecurityManager
          NoSecurityManager is the class that is instantiated if no SecurityManager implementation is defined by default.
 class SecurityManagerBase
          SecurityManagerBase
 class SimpleSecurityManager
          SimpleSecurityManager is an incredibly simple SecurityManager implementation that allows a single User ID and password to be defined for the entire database.
 

Uses of SecurityManager in com.dbxml.db.core
 

Methods in com.dbxml.db.core that return SecurityManager
 SecurityManager Database.getSecurityManager()
          getSecurityManager returns a reference to the Database's SecurityManager.
 

Uses of SecurityManager in com.dbxml.db.server.labrador
 

Constructors in com.dbxml.db.server.labrador with parameters of type SecurityManager
BasicAuthFilter(SecurityManager security)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group