public class LdapQueryMetadataImpl extends Object implements LdapQueryMetadata
| Constructor and Description |
|---|
LdapQueryMetadataImpl(String filter,
String baseDN,
org.springframework.ldap.core.ContextMapper contextMapper,
int searchScope,
String[] returningAttributes,
LdapQueryFormatter<LdapQueryExecution> formatter,
LdapGuidEncoder ldapGuidEncoder) |
| 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 |
setFormatter(LdapQueryFormatter<LdapQueryExecution> formatter) |
void |
setLdapGuidEncoder(LdapGuidEncoder ldapGuidEncoder) |
void |
setQueryData(LdapQueryData queryData) |
void |
setReturningAttributes(String[] returningAttributes) |
void |
setSearchScope(int searchScope) |
public LdapQueryMetadataImpl(String filter, String baseDN, org.springframework.ldap.core.ContextMapper contextMapper, int searchScope, String[] returningAttributes, LdapQueryFormatter<LdapQueryExecution> formatter, LdapGuidEncoder ldapGuidEncoder)
public String getFilter()
getFilter in interface LdapQueryMetadatapublic void setFilter(String filter)
setFilter in interface LdapQueryMetadatapublic String getBaseDN()
getBaseDN in interface LdapQueryMetadatapublic void setBaseDN(String baseDN)
setBaseDN in interface LdapQueryMetadatapublic org.springframework.ldap.core.ContextMapper getContextMapper()
getContextMapper in interface LdapQueryMetadatapublic void setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper)
setContextMapper in interface LdapQueryMetadatapublic int getSearchScope()
getSearchScope in interface LdapQueryMetadatapublic void setSearchScope(int searchScope)
setSearchScope in interface LdapQueryMetadatapublic String[] getReturningAttributes()
getReturningAttributes in interface LdapQueryMetadatapublic void setReturningAttributes(String[] returningAttributes)
setReturningAttributes in interface LdapQueryMetadatapublic LdapGuidEncoder getLdapGuidEncoder()
getLdapGuidEncoder in interface LdapQueryMetadatapublic void setLdapGuidEncoder(LdapGuidEncoder ldapGuidEncoder)
setLdapGuidEncoder in interface LdapQueryMetadatapublic LdapQueryFormatter<LdapQueryExecution> getFormatter()
getFormatter in interface LdapQueryMetadatapublic void setFormatter(LdapQueryFormatter<LdapQueryExecution> formatter)
public LdapQueryData getQueryData()
getQueryData in interface LdapQueryMetadatapublic void setQueryData(LdapQueryData queryData)
setQueryData in interface LdapQueryMetadataCopyright © 2012. All Rights Reserved.