|
||||||||||
| 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.newUserAccount(java.lang.String logonid,
java.lang.String uniqueIdOfUser)
Creates a new IUserAccount type object. |
IUserAccount |
IUserAccountFactory.newUserAccount(java.lang.String logonid)
Creates a new IUserAccount type object. |
IUserAccount |
IUserAccountFactory.getUserAccountByLogonId(java.lang.String logonid)
Gets UserAccount object from the database for a given uid |
IUserAccount |
IUserAccountFactory.getUserAccountByLogonId(java.lang.String logonid,
AttributeList populateAttributes)
Gets UserAccount object from the database for a given uid |
IUserAccount |
IUserAccountFactory.getUserAccount(java.lang.String uniqueId)
Gets UserAccount object from the database for a given uid |
IUserAccount |
IUserAccountFactory.getUserAccount(java.lang.String uniqueId,
AttributeList populateAttributes)
Gets the UserAccount object with the given unique ID and populates the attributes in populateAttributes |
IUserAccount |
IUserAccountFactory.getUserAccount(java.security.cert.X509Certificate cert)
Returns UserAccount to whom this certificate belongs. |
IUserAccount |
IUserAccountFactory.getAuthenticatedUserAccount(java.util.Map credentials)
Authenticate the supplied credentials and returns user account object. |
IUserAccount |
IUserAccountFactory.getUserAccount(java.util.Map credentials)
Return UserAccount object based on the credentials supplied. |
IUserAccount[] |
IUserAccountFactory.getUserAccounts(java.lang.String uniqueIdOfUser)
Returns all user accounts of the given user |
IUserAccount[] |
IUserAccountFactory.getUserAccounts(java.lang.String uniqueIdOfUser,
AttributeList attributeList)
Returns all user accounts of the given user |
IUserAccount |
IUserAccountFactory.getMutableUserAccount(java.lang.String uniqueId)
Gets an IUserAccount objects for a uniqueId of a user account. |
IUserAccount[] |
IUser.getUserAccounts()
Returns an array of useraccount objects which are assigned to this user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||