Uses of Interface
com.identity4j.connector.jndi.directory.filter.Filter
-
Packages that use Filter Package Description com.identity4j.connector.jndi.directory com.identity4j.connector.jndi.directory.filter -
-
Uses of Filter in com.identity4j.connector.jndi.directory
Methods in com.identity4j.connector.jndi.directory that return Filter Modifier and Type Method Description protected FilterAbstractDirectoryConnector. buildGuidFilter(String identityGuid)protected FilterAbstractDirectoryConnector. buildIdentityFilter(String identityName)FilterLdapService. buildObjectClassFilter(String objectClass, String principalNameFilterAttribute, String principalName)protected FilterAbstractDirectoryConnector. buildRoleFilter(String roleName, boolean isWildcard)Methods in com.identity4j.connector.jndi.directory with parameters of type Filter Modifier and Type Method Description Iterator<com.identity4j.connector.principal.Identity>AbstractDirectoryConnector. getIdentities(Filter filter)protected Iterator<com.identity4j.connector.principal.Role>AbstractDirectoryConnector. getRoles(Filter filter, boolean applyFilters)<T> Iterator<T>LdapService. search(Filter filter, LdapService.ResultMapper<T> resultMapper, SearchControls searchControls)<T> Iterator<T>LdapService. search(Name baseDN, Filter filter, LdapService.ResultMapper<T> resultMapper, SearchControls searchControls)Constructors in com.identity4j.connector.jndi.directory with parameters of type Filter Constructor Description SearchResultsIterator(Collection<? extends Name> dns, Filter filter, SearchControls searchControls, AbstractDirectoryConfiguration configuration, LdapService.ResultMapper<T> filteredMapper, LdapContext context) -
Uses of Filter in com.identity4j.connector.jndi.directory.filter
Subinterfaces of Filter in com.identity4j.connector.jndi.directory.filter Modifier and Type Interface Description interfaceJunctionClasses in com.identity4j.connector.jndi.directory.filter that implement Filter Modifier and Type Class Description classAbstractJunctionclassAndclassCriteriaFilterclassEqclassGeclassLeclassNotclassOrclassPresentclassProximityFields in com.identity4j.connector.jndi.directory.filter with type parameters of type Filter Modifier and Type Field Description protected Set<Filter>AbstractJunction. filtersMethods in com.identity4j.connector.jndi.directory.filter with parameters of type Filter Modifier and Type Method Description JunctionAbstractJunction. add(Filter filter)JunctionJunction. add(Filter filter)Constructors in com.identity4j.connector.jndi.directory.filter with parameters of type Filter Constructor Description Not(Filter filter)
-