|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
Title: Interface to get and set user account data Description: Copyright: Copyright (c) 2001 Company: SAPMarkets, Inc Note : get methods returning an object may return null if a valid value is not available unless specified otherwise in the respective method description. |
interface |
IUserMaint
This interface extends IUser. |
| Methods in com.sap.security.api that return IPrincipalMaint | |
IPrincipalMaint |
IPrincipalFactory.newPrincipal(java.lang.String principalTypeIdentifier)
Creates a new, initially blank object. |
IPrincipalMaint |
IPrincipalFactory.newPrincipal(IPrincipal copyFrom)
Creates a new object. |
IPrincipalMaint[] |
IPrincipalFactory.newPrincipals(java.lang.String principalTypeIdentifier,
int num)
Creates new, initially blank object objects. |
IPrincipalMaint |
IPrincipalFactory.getMutablePrincipal(java.lang.String uniqueId)
Get a object which can be modified. |
| 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. |
void |
IPrincipalFactory.savePrincipals(IPrincipalMaint[] objects)
Batch save, the data is not made permanent until commitObjects() is called |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||