Uses of Class
com.ibm.itim.dataservices.model.system.SystemUserEntity

Packages that use SystemUserEntity
com.ibm.itim.dataservices.model.system Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the system specific elements of the data model. 
com.ibm.itim.script.extensions Provides a script extension specific to the post office implementation. 
 

Uses of SystemUserEntity in com.ibm.itim.dataservices.model.system
 

Methods in com.ibm.itim.dataservices.model.system that return SystemUserEntity
 SystemUserEntity SystemUserFactory.create(DistinguishedName tenantDN, Person owner, Service service, SystemUser sysUser)
          Creates a system user in the data store with the given value object to define the SystemUser's attributes.
 SystemUserEntity SystemUserSearch.lookup(DistinguishedName dn)
          Retrieves the SystemUser from the data store with the given distinguished name.
 SystemUserEntity SystemUserSearch.searchByURI(OrganizationalContainerEntity searchContext, java.lang.String uri)
          Find the system user for a specific URI.
 SystemUserEntity SystemUserSearch.searchByUserID(DistinguishedName tenantDN, java.lang.String userID)
          Retrieves the system user with the given id.
 

Uses of SystemUserEntity in com.ibm.itim.script.extensions
 

Methods in com.ibm.itim.script.extensions that return SystemUserEntity
 SystemUserEntity DelegateScriptInterface.getDelegatee()
          Returns system user entity that is selected for delegation.
 SystemUserEntity DelegateScriptInterface.getDelegator()
          Returns system user entity whose activities are delegated.
 SystemUserEntity DelegateScriptInterface.getRequester()
          Returns system user entity who initiated the delegation.
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.