|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LdapSearchProperties
Properties which map an LDAP data structure to users and groups for searching an LDAP repository.
| Method Summary | |
|---|---|
String |
getBaseGroupNamespace()
|
String |
getBaseUserNamespace()
|
String |
getEmailAttribute()
|
String |
getFirstnameAttribute()
|
String |
getGroupFilter()
|
String |
getGroupnameAttribute()
|
String |
getSurnameAttribute()
|
int |
getTimeLimitMillis()
|
String |
getUserFilter()
|
String |
getUsernameAttribute()
|
boolean |
isGroupSearchScopeAllDepths()
Returns true if group searches will scan the entire LDAP tree beneath the DN specified by
getBaseGroupNamespace() (sub-tree scope), or false if only direct children of that
DN should be scanned (one-level scope). |
boolean |
isUserSearchScopeAllDepths()
Returns true if user searches will scan the entire LDAP tree beneath the DN specified by
getBaseUserNamespace() (sub-tree scope), or false if only direct children of that
DN should be scanned (one-level scope). |
| Method Detail |
|---|
String getBaseUserNamespace()
String getUserFilter()
boolean isUserSearchScopeAllDepths()
true if user searches will scan the entire LDAP tree beneath the DN specified by
getBaseUserNamespace() (sub-tree scope), or false if only direct children of that
DN should be scanned (one-level scope).
SearchControls.SUBTREE_SCOPE,
SearchControls.ONELEVEL_SCOPEString getUsernameAttribute()
String getFirstnameAttribute()
String getSurnameAttribute()
String getEmailAttribute()
String getBaseGroupNamespace()
String getGroupFilter()
boolean isGroupSearchScopeAllDepths()
true if group searches will scan the entire LDAP tree beneath the DN specified by
getBaseGroupNamespace() (sub-tree scope), or false if only direct children of that
DN should be scanned (one-level scope).
SearchControls.SUBTREE_SCOPE,
SearchControls.ONELEVEL_SCOPEString getGroupnameAttribute()
int getTimeLimitMillis()
SearchControls.getTimeLimit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||