public interface LdapQueryMetadata
Modifier and Type | Method and Description |
---|---|
String |
getBaseDN() |
org.springframework.ldap.core.ContextMapper |
getContextMapper() |
String |
getFilter() |
LdapQueryFormatter<LdapQueryExecution> |
getFormatter() |
LdapGuidEncoder |
getLdapGuidEncoder() |
LdapQueryData |
getQueryData() |
String[] |
getReturningAttributes() |
int |
getSearchScope() |
void |
setBaseDN(String baseDN) |
void |
setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper) |
void |
setFilter(String filter) |
void |
setLdapGuidEncoder(LdapGuidEncoder ldapGuidEncoder) |
void |
setQueryData(LdapQueryData queryData) |
void |
setReturningAttributes(String[] returningAttributes) |
void |
setSearchScope(int searchScope) |
String getFilter()
void setFilter(String filter)
String getBaseDN()
void setBaseDN(String baseDN)
org.springframework.ldap.core.ContextMapper getContextMapper()
void setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper)
int getSearchScope()
void setSearchScope(int searchScope)
String[] getReturningAttributes()
void setReturningAttributes(String[] returningAttributes)
LdapGuidEncoder getLdapGuidEncoder()
void setLdapGuidEncoder(LdapGuidEncoder ldapGuidEncoder)
LdapQueryFormatter<LdapQueryExecution> getFormatter()
LdapQueryData getQueryData()
void setQueryData(LdapQueryData queryData)
Copyright © 2012. All Rights Reserved.