|
The C accessible type of HBCI::User .
|
|
|
|
Callback function for list_HBCI_User_foreach. |
|
|
|
Adds a customer to the list of customers that belong to this user.
|
|
Returns a pointer to the bank that this user belongs to.
|
|
Returns a reference to the list of customers. Each customer is a "role" that this user may take during talking to his bank.
|
|
Searches for the given customer. No wildcards or joker allowed.
|
|
Medium that this user owns. Returns a pointer to the secure medium that this user uses to authenticate him/herself.
|
|
Set the clear-text name of this user. This is not set by the bank; instead, this can be set by the application to any arbitrary string that is considered to be helpful in identifiying this user.
|
|
The user ID that identifies this user to his bank. Usually this string is assigned to the user by the bank.
|
|
Returns the clear-text name of this user. This is not set by the bank; instead, this can be set by the application to any arbitrary string that is considered to be helpful in identifiying this user.
|
|
|
|
|
|
|
|
Traverses the list, calling the callback function 'func' on each list element. Traversal will stop when 'func' returns a non-NULL value, and the routine will return with that value. Otherwise the routine will return NULL.
|
|
|
|
|
|
|
|
|
|
|