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 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 given ufilter and uafilter and combine the result.
 ISearchResult IUserAccountFactory.search(IUserAccountSearchFilter filter)
          Search for user accounts in the persistence storage which match the criteria specified in the given search filter.
 ISearchResult IRoleFactory.searchRoles(IRoleSearchFilter filter)
          Search for roles in the role store and role account store which match the criteria specified in the given filter.
 ISearchResult IPrincipalFactory.searchPrincipals(IPrincipalSearchFilter filter)
          Search for objects in the objects store which match the criteria specified in the given filter.
 ISearchResult IPrincipalFactory.simplePrincipalSearch(String searchCriteria, String principalType, int mode, boolean caseSensitive, Map searchAttributes)
          Search for principals using the default attributes (or combined) which are defined in the UME configuration.
 ISearchResult IGroupFactory.searchGroups(IGroupSearchFilter filter)
          Search for groups in the group store which match the criteria specified in the given filter.
 



Copyright 2006 SAP AG Complete Copyright Notice