|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This provides an interface for querying directory realm users. It's used to return a selected set of realm users.
| Method Summary | |
String |
getGroupID()
Returns the group name for the query |
String |
getRealmName()
Returns the realm name for the query |
String |
getUserIDStartsWith()
Returns the user name pattern for the query |
void |
whereGroupID(String groupID)
Specify a group name to limit the query to a single group |
void |
whereRealmName(String realmName)
Specify a realm name to limit the query to a single realm |
void |
whereUserIDStartsWith(String pattern)
Specify a search condition for "where userID starts with" |
| Method Detail |
public void whereUserIDStartsWith(String pattern)
pattern - the string value for the "starts with" patternpublic void whereRealmName(String realmName)
realmName - the string value for the realm namepublic void whereGroupID(String groupID)
groupID - the string value for the group namepublic String getUserIDStartsWith()
public String getRealmName()
public String getGroupID()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||