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

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

Uses of IPrincipalMaint in com.sap.security.api
 

Subinterfaces of IPrincipalMaint in com.sap.security.api
 interface IGroup
          This interface provides read and write access to principals of type group.
 interface IPrincipalSet
          This interface provides read and write access to attributes and the state of an IPrincipalSet object.
 interface IRole
          This interface provides read and write access to attributes and properties of instances of type IRole.
 interface IUserAccount
          Interface to get and set user account data.
 interface IUserMaint
          This interface extends IUser and provides write access to a user.
 

Methods in com.sap.security.api that return IPrincipalMaint
 IPrincipalMaint IPrincipalFactory.getMutablePrincipal(String uniqueId)
          Get a object which can be modified.
 IPrincipalMaint IPrincipalFactory.newPrincipal(IPrincipal copyFrom)
          Creates a new object.
 IPrincipalMaint IPrincipalFactory.newPrincipal(String principalTypeIdentifier)
          Creates a new, initially blank object.
 IPrincipalMaint[] IPrincipalFactory.newPrincipals(String principalTypeIdentifier, int num)
          Creates new, initially blank object objects.
 

Methods in com.sap.security.api with parameters of type IPrincipalMaint
 void IPrincipalFactory.commitPrincipals(IPrincipalMaint[] objects)
          Commit the changes applied to a set of objects to the object store in one pass.
 void IPrincipalFactory.rollbackPrincipals(IPrincipalMaint[] objects)
          Roll back (i.e. discard) the changes applied to a set of objects .
 void IPrincipalFactory.savePrincipals(IPrincipalMaint[] objects)
          Batch save, the data is not made permanent until commitObjects() is called
 



Copyright 2010 SAP AG Complete Copyright Notice