Uses of Class
org.teiid.translator.ldap.LDAPExecutionFactory.SearchDefaultScope
-
-
Uses of LDAPExecutionFactory.SearchDefaultScope in org.teiid.translator.ldap
Methods in org.teiid.translator.ldap that return LDAPExecutionFactory.SearchDefaultScope Modifier and Type Method Description LDAPExecutionFactory.SearchDefaultScopeLDAPExecutionFactory. getSearchDefaultScope()static LDAPExecutionFactory.SearchDefaultScopeLDAPExecutionFactory.SearchDefaultScope. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPExecutionFactory.SearchDefaultScope[]LDAPExecutionFactory.SearchDefaultScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.translator.ldap with parameters of type LDAPExecutionFactory.SearchDefaultScope Modifier and Type Method Description voidLDAPExecutionFactory. setSearchDefaultScope(LDAPExecutionFactory.SearchDefaultScope searchDefaultScope)
-