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

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

Uses of IPrincipalSearchFilter in com.sap.security.api
 

Subinterfaces of IPrincipalSearchFilter in com.sap.security.api
 interface IGroupSearchFilter
          This class acts as a container for values to be used as a search filter when calling IGroupFactory.getGroupSearchFilter() Using an initial IGroupSearchFilter object for a search will select all groups which are available in the data store.
 interface IRoleSearchFilter
          This class acts as a container for text values to be used as a search filter when calling searchRoles(IRoleSearchFilter) of an IRoleFactory.
 interface IUserAccountSearchFilter
           
 interface IUserSearchFilter
          This class acts as a container for text values to be used as a search filter when calling searchUsers(UserSearchFilter) of an IUserFactory.
 

Methods in com.sap.security.api that return IPrincipalSearchFilter
 IPrincipalSearchFilter IPrincipalFactory.getPrincipalSearchFilter(boolean orMode, java.lang.String principalTypeIdentifier)
          Returns an IPrincipalSearchFilter object to be used to specify query attributes
 

Methods in com.sap.security.api with parameters of type IPrincipalSearchFilter
 ISearchResult IPrincipalFactory.searchPrincipals(IPrincipalSearchFilter filter)
          Search for objects in the objects store which match the criteria specified in the
 



Copyright © 2002 SAP AG All Rights Reserved.