|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUserMaint | |
|---|---|
| com.sap.security.api | Provides basic User Management functionality. |
| Uses of IUserMaint in com.sap.security.api |
|---|
| Methods in com.sap.security.api that return IUserMaint | |
|---|---|
IUserMaint |
IUserFactory.getMutableUser(String uniqueId)
Get a user object which can be modified. |
IUserMaint |
IUserFactory.newUser(String uniqueName)
Creates a new, initially blank user object with the given uniqueName. |
IUserMaint |
IUserFactory.newUser(String uniqueName,
IUser copyFrom)
Creates a new user with the given uniqueName. |
IUserMaint[] |
IUserFactory.newUsers(String[] uniqueNames)
Creates a new, initially blank user objects. |
| Methods in com.sap.security.api with parameters of type IUserMaint | |
|---|---|
void |
IUserFactory.commitUser(IUserMaint user,
IUserAccount account)
Creates the user and the account object within one transaction Note: Both objects have to be new or exist already. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||