|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Properties which map an LDAP data structure to users and groups for searching an LDAP repository.
Method Summary | |
java.lang.String |
getBaseGroupNamespace()
|
java.lang.String |
getBaseUserNamespace()
|
java.lang.String |
getEmailAttribute()
|
java.lang.String |
getFirstnameAttribute()
|
java.lang.String |
getGroupFilter()
|
java.lang.String |
getGroupnameAttribute()
|
java.lang.String |
getSurnameAttribute()
|
int |
getTimeLimitMillis()
|
java.lang.String |
getUserFilter()
|
java.lang.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 |
public java.lang.String getBaseUserNamespace()
public java.lang.String getUserFilter()
public 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_SCOPE
public java.lang.String getUsernameAttribute()
public java.lang.String getFirstnameAttribute()
public java.lang.String getSurnameAttribute()
public java.lang.String getEmailAttribute()
public java.lang.String getBaseGroupNamespace()
public java.lang.String getGroupFilter()
public 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_SCOPE
public java.lang.String getGroupnameAttribute()
public int getTimeLimitMillis()
SearchControls.getTimeLimit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |