Uses of Class
edu.vt.middleware.ldap.props.AbstractPropertyConfig
-
Packages that use AbstractPropertyConfig Package Description edu.vt.middleware.ldap edu.vt.middleware.ldap.auth edu.vt.middleware.ldap.pool -
-
Uses of AbstractPropertyConfig in edu.vt.middleware.ldap
Subclasses of AbstractPropertyConfig in edu.vt.middleware.ldap Modifier and Type Class Description class
LdapConfig
LdapConfig
contains all the configuration data that theLdap
needs to control connections and searching. -
Uses of AbstractPropertyConfig in edu.vt.middleware.ldap.auth
Subclasses of AbstractPropertyConfig in edu.vt.middleware.ldap.auth Modifier and Type Class Description class
AuthenticatorConfig
AuthenticatorConfig
contains all the configuration data that theAuthenticator
needs to control authentication. -
Uses of AbstractPropertyConfig in edu.vt.middleware.ldap.pool
Subclasses of AbstractPropertyConfig in edu.vt.middleware.ldap.pool Modifier and Type Class Description class
LdapPoolConfig
LdapPoolConfig
contains all the configuration data that the pooling implementations need to control the pool.
-