com.atlassian.crowd.search.ldap
Class ActiveDirectoryQueryTranslaterImpl

java.lang.Object
  extended by com.atlassian.crowd.search.ldap.LDAPQueryTranslaterImpl
      extended by com.atlassian.crowd.search.ldap.ActiveDirectoryQueryTranslaterImpl
All Implemented Interfaces:
LDAPQueryTranslater

public class ActiveDirectoryQueryTranslaterImpl
extends LDAPQueryTranslaterImpl

An specialisation of LDAPQueryTranslaterImpl that can translate Active Directory enabled/disabled user queries.

Since:
v2.7

Constructor Summary
ActiveDirectoryQueryTranslaterImpl()
           
 
Method Summary
protected  org.springframework.ldap.filter.Filter booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper)
           
 
Methods inherited from class com.atlassian.crowd.search.ldap.LDAPQueryTranslaterImpl
asLDAPFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDirectoryQueryTranslaterImpl

public ActiveDirectoryQueryTranslaterImpl()
Method Detail

booleanTermRestrictionAsFilter

protected org.springframework.ldap.filter.Filter booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor,
                                                                                PropertyRestriction<Boolean> termRestriction,
                                                                                LDAPPropertiesMapper ldapPropertiesMapper)
Overrides:
booleanTermRestrictionAsFilter in class LDAPQueryTranslaterImpl


Copyright © 2014 Atlassian. All Rights Reserved.