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