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.
|
asLDAPFilter
protected org.springframework.ldap.filter.Filter booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper)
booleanTermRestrictionAsFilter
in class LDAPQueryTranslaterImpl
protected org.springframework.ldap.filter.Filter getStringTermEqualityFilter(String propertyName, PropertyRestriction<String> termRestriction)
getStringTermEqualityFilter
in class LDAPQueryTranslaterImpl
propertyName
- attribute name to be queried in ADtermRestriction
- PropertyRestriction containing the value that will be searched forGuidHelper
Copyright © 2020 Atlassian. All rights reserved.