Uses of Interface
com.cafesoft.core.log.LoggerClient

Packages that use LoggerClient
com.cafesoft.cams.auth.login.module JDBC, LDAP, and XML JAAS login modules. 
com.cafesoft.cams.auth.login.userrepository Support for optimized user, role, and passowrd services. 
com.cafesoft.core.jdbc Contains classes for use with jdbc. 
 

Uses of LoggerClient in com.cafesoft.cams.auth.login.module
 

Classes in com.cafesoft.cams.auth.login.module that implement LoggerClient
 class AbstractLoginModule
          Abstract implementation of the LoginModule interface.
 class ActiveDirectoryLoginModule
          Implements the LoginModule interface found in JAAS to authenticate users against an Active Directory repository.
 class AESOActiveDirectoryLoginModule
          AESOActiveDirectoryLoginModule is a JAAS LoginModule used with Cams "Automatic Enterprise Sign-On" (AESO) and Microsoft Active Directory.
 class AESOJdbcLoginModule
          AESOAESOJdbcLoginModule provides login support for Cams Automatic Enterprise Sign-On (AESO) against relational databases accessible via JDBC.
 class AESOLdapLoginModule
          AESOLdapLoginModule is a JAAS LoginModule used with Cams "Automatic Enterprise Sign-On" (AESO) and LDAP v3 compliant directory servers.
 class AESOX509CertLdapLoginModule
          AESOX509CertLdapLoginModule is a JAAS LoginModule used with Cams "Automatic Enterprise Sign-On" (AESO) and LDAP v3 compliant directory servers.
 class AESOXmlLoginModule
          AESOXmlLoginModule implements the JAAS LoginModule interface and works in conjunction with Cams "Automatic Enterprise Sign-On" (AESO) to authenticate users and assign roles using information stored in a XML user repository.
 class DigipassJdbcLoginModule
          Implements the LoginModule interface found in JAAS to authenticate users with VASCO Digipass tokens against relational database using JDBC.
 class DummyLoginModule
          Implements the LoginModule interface found in JAAS to authenticate users against user name and password assigned through options and assigns an authentication type.
 class JdbcLoginModule
          Implements the LoginModule interface found in JAAS to authenticate users against relational database using JDBC.
 class LdapLoginModule
          Implements the JAAS LoginModule interface to authenticate users against a LDAP repository.
 class RsaSecurIdLoginModule
          RsaSecurIdLoginModule implements a JAAS LoginModule that authenticates RSA SecurId token users.
 class SiteServerLoginModule
          Implements the JAAS LoginModule interface to authenticate users against a LDAP repository.
 class UnboundIDActiveDirectoryLoginModule
          Implements the LoginModule interface found in JAAS to authenticate users against an Active Directory repository.
 class UnboundIDLdapLoginModule
          Implements the JAAS LoginModule interface to authenticate users against a LDAP repository.
 class X509CertificateFileLoginModule
          X509CertificateFileLoginModule implements a JAAS LoginModule that authenticates users presenting an X509Certificate chain.
 class X509CertificateJKSLoginModule
          X509CertificateJKSLoginModule implements a JAAS LoginModule that authenticates users presenting a client X509Certificate chain.
 class X509CertificateLdapLoginModule
          X509CertificateLdapLoginModule implements a JAAS LoginModule that uses LDAP to authenticate a user presenting a username, password, and an X509 client certificate.
 class XmlLoginModule
          Implements the LoginModule interface found in JAAS to authenticate users against a XML user repository.
 

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

Subinterfaces of LoggerClient in com.cafesoft.cams.auth.login.userrepository
 interface UserRepository
          An interface that describes an object that stores a collection of RepositoryUsers.
 interface UserRepositoryFactory
          An interface that defines a factory that creates instances of UserRepository objects
 

Uses of LoggerClient in com.cafesoft.core.jdbc
 

Subinterfaces of LoggerClient 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 LoggerClient
 class StandardConnectionPool
          Standard implementation of the ConnectionPool interface
 class StandardConnectionPoolManager
          Standard implementation of the ConnectionPoolManager interface
 class StandardPoolableConnectionFactory
          Standard implementation of the PoolableConnectionFactory
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.