public class LdapLookup extends Object
| Constructor and Description |
|---|
LdapLookup() |
| Modifier and Type | Method and Description |
|---|---|
LdapLookup |
assignAttributeNameQuery(String theAttributeNameQuery)
attribute name query
|
LdapLookup |
assignAttributeNameResult(String theAttributeNameResult)
attribute name result
|
LdapLookup |
assignBulkLookup(Boolean theBulkLookup)
if this is a bulk lookup
|
LdapLookup |
assignCacheForMinutes(int theCacheForMinutes)
assign cache for minutes
|
LdapLookup |
assignFilter(String theFilter) |
LdapLookup |
assignLdapConfigId(String theLdapConfigId)
ldap config id
|
LdapLookup |
assignSearchDn(String theSearchDn)
search dn
|
LdapLookup |
assignSearchScope(String theSearchScope)
search scope, OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
|
LdapLookup |
assignTerm(String theTerm)
assign term
|
String |
doLookup()
do the lookup
|
String |
toString() |
public LdapLookup assignLdapConfigId(String theLdapConfigId)
theLdapConfigId - public LdapLookup assignSearchDn(String theSearchDn)
theSearchDn - public LdapLookup assignSearchScope(String theSearchScope)
theSearchScope - public LdapLookup assignFilter(String theFilter)
theFilter - public LdapLookup assignAttributeNameResult(String theAttributeNameResult)
theAttributeNameResult - public LdapLookup assignAttributeNameQuery(String theAttributeNameQuery)
theAttributeNameQuery - public LdapLookup assignTerm(String theTerm)
theTerm - public LdapLookup assignCacheForMinutes(int theCacheForMinutes)
theCacheForMinutes - public LdapLookup assignBulkLookup(Boolean theBulkLookup)
theBulkLookup - public String doLookup()
public String toString()
toString in class ObjectObject.toString()Copyright © 2016 Internet2. All rights reserved.