|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUserAccount | |
|---|---|
| com.sap.security.api | Provides basic User Management functionality. |
| Uses of IUserAccount in com.sap.security.api |
|---|
| Methods in com.sap.security.api that return IUserAccount | |
|---|---|
IUserAccount |
IUserAccountFactory.getAuthenticatedUserAccount(Map credentials)
Authenticate the supplied credentials and returns user account object. |
IUserAccount |
IUserAccountFactory.getMutableUserAccount(String uniqueId)
Gets an IUserAccount objects for a uniqueId of a user account. |
IUserAccount |
IUserAccountFactory.getUserAccount(Map credentials)
Return UserAccount object based on the credentials supplied. |
IUserAccount |
IUserAccountFactory.getUserAccount(String uniqueId)
Gets UserAccount object from the database for a given uid |
IUserAccount |
IUserAccountFactory.getUserAccount(String uniqueId,
AttributeList populateAttributes)
Gets the UserAccount object with the given unique ID and populates the attributes in populateAttributes |
IUserAccount |
IUserAccountFactory.getUserAccount(X509Certificate cert)
Returns UserAccount to whom this certificate belongs. returns null if this certificate is not mapped to any user. |
IUserAccount |
IUserAccountFactory.getUserAccountByLogonId(String logonid)
Gets UserAccount object from the database for a given uid |
IUserAccount |
IUserAccountFactory.getUserAccountByLogonId(String logonid,
AttributeList populateAttributes)
Gets UserAccount object from the database for a given uid |
IUserAccount[] |
IUser.getUserAccounts()
Returns an array of useraccount objects which are assigned to this user. |
IUserAccount[] |
IUserAccountFactory.getUserAccounts(String uniqueIdOfUser)
Returns all user accounts of the given user |
IUserAccount[] |
IUserAccountFactory.getUserAccounts(String uniqueIdOfUser,
AttributeList attributeList)
Returns all user accounts of the given user |
IUserAccount |
IUserAccountFactory.newUserAccount(String logonid)
Creates a new IUserAccount type object. |
IUserAccount |
IUserAccountFactory.newUserAccount(String logonid,
String uniqueIdOfUser)
Creates a new IUserAccount type object. |
| Methods in com.sap.security.api with parameters of type IUserAccount | |
|---|---|
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 | |||||||||