Uses of Class
edu.vt.middleware.ldap.LdapConfig
-
Packages that use LdapConfig Package Description edu.vt.middleware.ldap edu.vt.middleware.ldap.auth edu.vt.middleware.ldap.handler edu.vt.middleware.ldap.pool -
-
Uses of LdapConfig in edu.vt.middleware.ldap
Classes in edu.vt.middleware.ldap with type parameters of type LdapConfig Modifier and Type Class Description classAbstractLdap<T extends LdapConfig>AbstractLdapcontains the functions for basic interaction with a LDAP.Fields in edu.vt.middleware.ldap declared as LdapConfig Modifier and Type Field Description protected TAbstractLdap. configLDAP configuration environment.Methods in edu.vt.middleware.ldap that return LdapConfig Modifier and Type Method Description static LdapConfigLdapConfig. createFromProperties(java.io.InputStream is)Create an instance of this class initialized with properties from the input stream.LdapConfigLdap. getLdapConfig()This returns theLdapConfigof theLdap.protected LdapConfigLdapCli. initLdapConfig(org.apache.commons.cli.CommandLine line)Initialize an LdapConfig with command line options.Methods in edu.vt.middleware.ldap with parameters of type LdapConfig Modifier and Type Method Description protected voidLdapCli. search(LdapConfig config, java.lang.String filter, java.lang.String[] attrs)Executes the ldap search operation.voidLdap. setLdapConfig(LdapConfig ldapConfig)This will set the config parameters of thisLdap.Constructors in edu.vt.middleware.ldap with parameters of type LdapConfig Constructor Description Ldap(LdapConfig ldapConfig)This will create a newLdapwith the suppliedLdapConfig. -
Uses of LdapConfig in edu.vt.middleware.ldap.auth
Subclasses of LdapConfig in edu.vt.middleware.ldap.auth Modifier and Type Class Description classAuthenticatorConfigAuthenticatorConfigcontains all the configuration data that theAuthenticatorneeds to control authentication. -
Uses of LdapConfig in edu.vt.middleware.ldap.handler
Fields in edu.vt.middleware.ldap.handler declared as LdapConfig Modifier and Type Field Description protected LdapConfigAbstractConnectionHandler. configLdap configuration.Methods in edu.vt.middleware.ldap.handler that return LdapConfig Modifier and Type Method Description LdapConfigAbstractConnectionHandler. getLdapConfig()Returns the ldap configuration.LdapConfigConnectionHandler. getLdapConfig()Returns the ldap configuration.Methods in edu.vt.middleware.ldap.handler with parameters of type LdapConfig Modifier and Type Method Description voidAbstractConnectionHandler. setLdapConfig(LdapConfig lc)Sets the ldap configuration.voidConnectionHandler. setLdapConfig(LdapConfig lc)Sets the ldap configuration.Constructors in edu.vt.middleware.ldap.handler with parameters of type LdapConfig Constructor Description DefaultConnectionHandler(LdapConfig lc)Creates a newDefaultConnectionHandlerwith the supplied ldap config.TlsConnectionHandler(LdapConfig lc)Creates a newTlsConnectionHandlerwith the supplied ldap config. -
Uses of LdapConfig in edu.vt.middleware.ldap.pool
Constructors in edu.vt.middleware.ldap.pool with parameters of type LdapConfig Constructor Description DefaultLdapFactory(LdapConfig lc)This creates a newDefaultLdapFactorywith the supplied ldap configuration.
-