Uses of Class
com.ibm.websphere.security.Result
- 
Packages that use Result Package Description com.ibm.websphere.security 
- 
- 
Uses of Result in com.ibm.websphere.securityMethods in com.ibm.websphere.security that return Result Modifier and Type Method Description ResultUserRegistry. getGroups(java.lang.String pattern, int limit)Gets a list of groups that match a pattern in the registy.ResultUserRegistry. getUsers(java.lang.String pattern, int limit)Gets a list of users that match a pattern in the registy.ResultUserRegistry. getUsersForGroup(java.lang.String groupSecurityName, int limit)Gets a list of users in a group.
 
-