Uses of Interface
edu.vt.middleware.ldap.props.PropertyConfig

Packages that use PropertyConfig
edu.vt.middleware.ldap   
edu.vt.middleware.ldap.auth   
edu.vt.middleware.ldap.pool   
edu.vt.middleware.ldap.props   
 

Uses of PropertyConfig in edu.vt.middleware.ldap
 

Classes in edu.vt.middleware.ldap that implement PropertyConfig
 class LdapConfig
          LdapConfig contains all the configuration data that the Ldap needs to control connections and searching.
 

Methods in edu.vt.middleware.ldap with parameters of type PropertyConfig
protected  void AbstractCli.initLdapProperties(PropertyConfig config, org.apache.commons.cli.CommandLine line)
          Initialize the supplied config with command line options.
 

Uses of PropertyConfig in edu.vt.middleware.ldap.auth
 

Classes in edu.vt.middleware.ldap.auth that implement PropertyConfig
 class AuthenticatorConfig
          AuthenticatorConfig contains all the configuration data that the Authenticator needs to control authentication.
 

Uses of PropertyConfig in edu.vt.middleware.ldap.pool
 

Classes in edu.vt.middleware.ldap.pool that implement PropertyConfig
 class LdapPoolConfig
          LdapPoolConfig contains all the configuration data that the pooling implementations need to control the pool.
 

Uses of PropertyConfig in edu.vt.middleware.ldap.props
 

Classes in edu.vt.middleware.ldap.props that implement PropertyConfig
 class AbstractPropertyConfig
          AbstractPropertyConfig provides a base implementation of PropertyConfig.
 

Constructors in edu.vt.middleware.ldap.props with parameters of type PropertyConfig
LdapProperties(PropertyConfig pc)
          This will create a new LdapProperties for the supplied properties config.
LdapProperties(PropertyConfig pc, InputStream is)
          This will create a new LdapProperties with the supplied properties properties config and input stream.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.