Uses of Interface
edu.vt.middleware.ldap.props.PropertyConfig
-
Packages that use PropertyConfig Package Description 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 Modifier and Type Class Description classLdapConfigLdapConfigcontains all the configuration data that theLdapneeds to control connections and searching.Methods in edu.vt.middleware.ldap with parameters of type PropertyConfig Modifier and Type Method Description protected voidAbstractCli. 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 Modifier and Type Class Description classAuthenticatorConfigAuthenticatorConfigcontains all the configuration data that theAuthenticatorneeds to control authentication. -
Uses of PropertyConfig in edu.vt.middleware.ldap.pool
Classes in edu.vt.middleware.ldap.pool that implement PropertyConfig Modifier and Type Class Description classLdapPoolConfigLdapPoolConfigcontains 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 Modifier and Type Class Description classAbstractPropertyConfigAbstractPropertyConfigprovides a base implementation ofPropertyConfig.Constructors in edu.vt.middleware.ldap.props with parameters of type PropertyConfig Constructor Description LdapProperties(PropertyConfig pc)This will create a newLdapPropertiesfor the supplied properties config.LdapProperties(PropertyConfig pc, java.io.InputStream is)This will create a newLdapPropertieswith the supplied properties properties config and input stream.
-