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 class
LdapConfig
LdapConfig
contains all the configuration data that theLdap
needs to control connections and searching.Methods in edu.vt.middleware.ldap with parameters of type PropertyConfig Modifier and Type Method Description 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 Modifier and Type Class Description class
AuthenticatorConfig
AuthenticatorConfig
contains all the configuration data that theAuthenticator
needs 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 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 Modifier and Type Class Description class
AbstractPropertyConfig
AbstractPropertyConfig
provides 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 newLdapProperties
for the supplied properties config.LdapProperties(PropertyConfig pc, java.io.InputStream is)
This will create a newLdapProperties
with the supplied properties properties config and input stream.
-