Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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.security

      Methods in com.ibm.websphere.security that return Result 
      Modifier and Type Method and Description
      Result UserRegistry.getGroups(java.lang.String pattern, int limit)
      Gets a list of groups that match a pattern in the registy.
      Result UserRegistry.getUsers(java.lang.String pattern, int limit)
      Gets a list of users that match a pattern in the registy.
      Result UserRegistry.getUsersForGroup(java.lang.String groupSecurityName, int limit)
      Gets a list of users in a group.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes