Uses of Interface
com.sap.security.api.ISearchResult

Packages that use ISearchResult
com.sap.security.api Provides basic User Management functionality. 
 

Uses of ISearchResult in com.sap.security.api
 

Methods in com.sap.security.api that return ISearchResult
 ISearchResult IRoleFactory.searchRoles(IRoleSearchFilter filter)
          Search for roles in the role store and role account store which match the criteria specified in the
 ISearchResult IUserAccountFactory.search(IUserAccountSearchFilter filter)
          Search for user accounts in the persistence storage which match the criteria specified in the given search filter.
 ISearchResult IPrincipalFactory.searchPrincipals(IPrincipalSearchFilter filter)
          Search for objects in the objects store which match the criteria specified in the
 ISearchResult IUserFactory.getUniqueIDs()
          Gets the unique IDs of all users in the user store.
 ISearchResult IUserFactory.searchUsers(IUserSearchFilter filter)
          Search for users in the user store which match the criteria specified in the given filter.
 ISearchResult IUserFactory.searchUsers(IUserSearchFilter ufilter, IUserAccountSearchFilter uafilter)
          Search for users in the user store and user account store which match the criteria specified in the
 ISearchResult IGroupFactory.searchGroups(IGroupSearchFilter filter)
          Search for groups in the group store which match the criteria specified in the given filter.
 



Copyright © 2002 SAP AG All Rights Reserved.