public class ActiveDirectoryQueryTranslaterImpl extends LDAPQueryTranslaterImpl
LDAPQueryTranslaterImpl that can translate Active Directory
enabled/disabled user queries.| Constructor and Description |
|---|
ActiveDirectoryQueryTranslaterImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.ldap.filter.Filter |
booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor,
PropertyRestriction<Boolean> termRestriction,
LDAPPropertiesMapper ldapPropertiesMapper) |
protected org.springframework.ldap.filter.Filter |
getStringTermEqualityFilter(String propertyName,
PropertyRestriction<String> termRestriction)
Returns a filter that applies byte String encoding to value when creating filter for ExternalId property.
|
asLDAPFilterprotected org.springframework.ldap.filter.Filter booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper)
booleanTermRestrictionAsFilter in class LDAPQueryTranslaterImplprotected org.springframework.ldap.filter.Filter getStringTermEqualityFilter(String propertyName, PropertyRestriction<String> termRestriction)
getStringTermEqualityFilter in class LDAPQueryTranslaterImplpropertyName - attribute name to be queried in ADtermRestriction - PropertyRestriction containing the value that will be searched forGuidHelperCopyright © 2020 Atlassian. All rights reserved.