public class LdapQueryExecution extends Object
Constructor and Description |
---|
LdapQueryExecution(String filter,
String displayFilter,
String baseDN,
org.springframework.ldap.core.ContextMapper contextMapper,
int searchScope,
String[] returningAttributes,
String domain) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseDN() |
org.springframework.ldap.core.ContextMapper |
getContextMapper() |
String |
getDisplayFilter() |
String |
getDomain() |
String |
getFilter() |
String[] |
getReturningAttributes() |
int |
getSearchScope() |
void |
setBaseDN(String baseDN) |
void |
setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper) |
void |
setDisplayFilter(String displayFilter) |
void |
setDomain(String domain) |
void |
setFilter(String filter) |
void |
setReturningAttributes(String[] returningAttributes) |
void |
setSearchScope(int searchScope) |
public String getFilter()
public void setFilter(String filter)
public String getDisplayFilter()
public void setDisplayFilter(String displayFilter)
public String getBaseDN()
public void setBaseDN(String baseDN)
public org.springframework.ldap.core.ContextMapper getContextMapper()
public void setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper)
public int getSearchScope()
public void setSearchScope(int searchScope)
public String[] getReturningAttributes()
public void setReturningAttributes(String[] returningAttributes)
public String getDomain()
public void setDomain(String domain)
Copyright © 2012. All Rights Reserved.