VWSecurityList |
VWSession.findGroups(java.lang.String searchPattern,
int searchType,
int sortType,
int maxBufferSize)
Fetches a collection of all group names defined within the default
LDAP domain, matching them for inclusion in the result collection
according to this method's search pattern and search type
arguments.
|
VWSecurityList |
VWSession.findUsers(java.lang.String searchPattern,
int searchType,
int sortType,
int maxBufferSize)
Fetches a collection of all user names defined within the default
LDAP domain, matching them for inclusion in the result collection
according to this method's search pattern and search type
arguments.
|