Uses of Class
org.identityconnectors.ldap.search.LdapFilter

Packages that use LdapFilter
org.identityconnectors.ldap   
org.identityconnectors.ldap.search   
 

Uses of LdapFilter in org.identityconnectors.ldap
 

Methods in org.identityconnectors.ldap that return types with arguments of type LdapFilter
 org.identityconnectors.framework.common.objects.filter.FilterTranslator<LdapFilter> LdapConnector.createFilterTranslator(org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.OperationOptions options)
           
 

Methods in org.identityconnectors.ldap with parameters of type LdapFilter
 void LdapConnector.executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter query, org.identityconnectors.framework.common.objects.ResultsHandler handler, org.identityconnectors.framework.common.objects.OperationOptions options)
           
 

Uses of LdapFilter in org.identityconnectors.ldap.search
 

Methods in org.identityconnectors.ldap.search that return LdapFilter
 LdapFilter LdapFilter.and(LdapFilter other)
          Logically "ANDs" together this filter with another filter.
 LdapFilter LdapFilterTranslator.createAndExpression(LdapFilter leftExpression, LdapFilter rightExpression)
           
 LdapFilter LdapFilterTranslator.createContainsAllValuesExpression(org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createContainsExpression(org.identityconnectors.framework.common.objects.filter.ContainsFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createEndsWithExpression(org.identityconnectors.framework.common.objects.filter.EndsWithFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createEqualsExpression(org.identityconnectors.framework.common.objects.filter.EqualsFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createGreaterThanExpression(org.identityconnectors.framework.common.objects.filter.GreaterThanFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createGreaterThanOrEqualExpression(org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createLessThanExpression(org.identityconnectors.framework.common.objects.filter.LessThanFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createLessThanOrEqualExpression(org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter filter, boolean not)
           
 LdapFilter LdapFilterTranslator.createOrExpression(LdapFilter leftExpression, LdapFilter rightExpression)
           
 LdapFilter LdapFilterTranslator.createStartsWithExpression(org.identityconnectors.framework.common.objects.filter.StartsWithFilter filter, boolean not)
           
static LdapFilter LdapFilter.forEntryDN(String entryDN)
           
static LdapFilter LdapFilter.forNativeFilter(String nativeFilter)
           
 LdapFilter LdapFilter.or(LdapFilter other)
          Logically "ORs" together this filter with another filter.
 LdapFilter LdapFilter.withNativeFilter(String nativeFilter)
           
 

Methods in org.identityconnectors.ldap.search with parameters of type LdapFilter
 LdapFilter LdapFilter.and(LdapFilter other)
          Logically "ANDs" together this filter with another filter.
 LdapFilter LdapFilterTranslator.createAndExpression(LdapFilter leftExpression, LdapFilter rightExpression)
           
 LdapFilter LdapFilterTranslator.createOrExpression(LdapFilter leftExpression, LdapFilter rightExpression)
           
static org.identityconnectors.framework.common.objects.ConnectorObject LdapSearches.findObject(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, String... attrsToGet)
           
 LdapFilter LdapFilter.or(LdapFilter other)
          Logically "ORs" together this filter with another filter.
 

Constructors in org.identityconnectors.ldap.search with parameters of type LdapFilter
LdapSearch(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, org.identityconnectors.framework.common.objects.OperationOptions options)
           
LdapSearch(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, org.identityconnectors.framework.common.objects.OperationOptions options, String... baseDNs)
           
 



Copyright © 2012. All Rights Reserved.