Uses of Interface
com.cafesoft.core.util.Debuggable

Packages that use Debuggable
com.cafesoft.cams.access Cams access control service support.  
com.cafesoft.cams.auth Cams authentication service support.  
com.cafesoft.cams.auth.login Login-specific authentication services support.  
com.cafesoft.cams.auth.login.userrepository Support for optimized user, role, and passowrd services.  
com.cafesoft.cams.ping Classes for testing connectivity to a Cams server.  
com.cafesoft.cams.service Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc.  
com.cafesoft.cams.session Classes for managing Cams sessions.  
com.cafesoft.cams.session.access Cams session control service support.  
com.cafesoft.cams.session.control Cams session access service support.  
com.cafesoft.core.jdbc Contains classes for use with jdbc.  
com.cafesoft.core.service Services API support.  
 

Uses of Debuggable in com.cafesoft.cams.access
 

Subinterfaces of Debuggable in com.cafesoft.cams.access
 interface AccessControlRule
          AccessControlRule defines an interface for a rule that implements access control logic.
 interface AccessControlService
          Defines an interface for a client-side AccessControlService hosted under a CamsClient.
 interface PermissionCollection
          The PermissionCollection interface represents a homogeneous collection of non-overlapping Permission instances.
 

Classes in com.cafesoft.cams.access that implement Debuggable
 class AbstractAccessControlRule
          AbstractAccessControlRule is an abstract implementation of AccessControlRule that provides an implementation for basic methods.
 class AbstractPermissionCollection
          Abstract implementation of the PermissionCollection interface.
 

Uses of Debuggable in com.cafesoft.cams.auth
 

Subinterfaces of Debuggable in com.cafesoft.cams.auth
 interface AuthenticationService
          Defines an interface for a client-side AuthenticationService hosted under a CamsClient.
 

Uses of Debuggable in com.cafesoft.cams.auth.login
 

Subinterfaces of Debuggable in com.cafesoft.cams.auth.login
 interface LoginContext
          Defines an interface for a Cafesoft SecurityDomain domain.auth, which enables a client to authenticate against the Principals known for that SecurityDomain.
 

Uses of Debuggable in com.cafesoft.cams.auth.login.userrepository
 

Subinterfaces of Debuggable in com.cafesoft.cams.auth.login.userrepository
 interface UserRepository
          An interface that describes an object that stores a collection of RepositoryUsers.
 

Uses of Debuggable in com.cafesoft.cams.ping
 

Subinterfaces of Debuggable in com.cafesoft.cams.ping
 interface PingService
          Defines an interface for a client-side PingService hosted under a CamsClient.
 

Uses of Debuggable in com.cafesoft.cams.service
 

Subinterfaces of Debuggable in com.cafesoft.cams.service
 interface JdbcConnectionPoolService
          A marker interface to define the JdbcConnectionPoolService Service Type.
 interface LdapConnectionPoolService
          The interface for a service that provides access to LdapConnectionPools.
 interface UserRepositoryService
          Provides a service that allows the user of this service to obtain a handle to a UserRepository object.
 

Uses of Debuggable in com.cafesoft.cams.session
 

Subinterfaces of Debuggable in com.cafesoft.cams.session
 interface ManagedSessionEventHandler
          ManagedSessionEventHandler defines the interface for a class that handles a ManagedSessionEvent.
 interface ManagedSessionEventListener
          ManagedSessionEventListener defines the interface for listeners to ManagedSessionEvents.
 interface RemoteSessionManager
          Maintains references to RemoteSessions that are used on the various clients/agents that administer Access Control.
 

Uses of Debuggable in com.cafesoft.cams.session.access
 

Subinterfaces of Debuggable in com.cafesoft.cams.session.access
 interface SessionAccessService
          Defines an interface for a client-side SessionAccessService hosted under a CamsClient.
 

Uses of Debuggable in com.cafesoft.cams.session.control
 

Subinterfaces of Debuggable in com.cafesoft.cams.session.control
 interface SessionControlService
          Defines an interface for a client-side SessionControlService hosted under a CamsClient.
 

Uses of Debuggable in com.cafesoft.core.jdbc
 

Subinterfaces of Debuggable in com.cafesoft.core.jdbc
 interface ConnectionPool
          Interface for an ObjectPool of java.sql.Connection Objects
 interface ConnectionPoolManager
          Interface that defines an Object that manages a collection of Object pools.
 interface PoolableConnectionFactory
          Factory object that is responsible for creating, destroying, activating, passivating, and validating Connection objects.
 

Classes in com.cafesoft.core.jdbc that implement Debuggable
 class SqlCommandIterator
          SqlCommandIterator parses semicolon-terminated SQL commands from a file and returns them one by one via an iterator API.
 class StandardConnectionPool
          Standard implementation of the ConnectionPool interface
 class StandardConnectionPoolManager
          Standard implementation of the ConnectionPoolManager interface
 class StandardPoolableConnectionFactory
          Standard implementation of the PoolableConnectionFactory
 

Uses of Debuggable in com.cafesoft.core.service
 

Subinterfaces of Debuggable in com.cafesoft.core.service
 interface LifecycleService
          LifecycleService is a basic interface used to identify a class as a Service that also implements Lifecycle methods.
 interface Service
          Service is a basic interface used to identify a class as a Service.
 interface ServiceAdapter
          ServiceAdapter is a Service that defines an interface for use by clients which provides access to one or more other Services not known to those clients.
 interface ServiceConnector
          ServiceConnector defines the interface for Services that provide network access to other Services.
 interface ServiceManager
          ServiceManager defines an interface for classes that manage a set of Service implementations.
 interface ServiceProvider
          ServiceProvider is a tagging interface that identifies a class as a special ServiceManager that is being managed within a Service hierarchy.
 

Classes in com.cafesoft.core.service that implement Debuggable
 class AbstractLifecycleService
          An abstract implementation of the LifecycleService interface.
 class AbstractService
          Provides basic implementation of a service.
 class AbstractServiceConnector
          AbstractServiceConnector implements a base class for ServiceConnector implementations, which generally manage client network connections and provide access to remote Services.
 class StandardServiceAdapter
          StandardServiceAdapter is a base class for providing an interface for use by clients which provides access to one or more other Services not known to those clients.
 class StandardServiceManager
          StandardServiceManager implements a ServiceManager, which provides a way to register, lookup, and remove Service implementations.
 class StandardServiceProvider
          StandardServiceProvider is a special ServiceManager that is usually managed within a Service hierarchy.
 



Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.