UserIDBean
From
(Difference between revisions)
m (→Fields) |
m (→Fields) |
||
Line 17: | Line 17: | ||
|30 | |30 | ||
|Yes | |Yes | ||
− | |The user name of an administrator of the organisation. Invalid user names or | + | |The user name of an administrator of the organisation. Invalid user names or passwords result in an [[AccessDeniedFailure]] being returned. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|Password | |Password | ||
Line 23: | Line 23: | ||
|32 | |32 | ||
|Yes | |Yes | ||
− | |The password for the | + | |The password for the administrator. |
|} | |} |
Revision as of 22:41, 5 September 2005
Description
Each method call on the EService SOAP 3 interface requires that the user name and password of an EService organisation administrator be passed in for authentication purposes. The user will normally be the original administrator set up when the organisation was initially created.
Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
UserName | String | 30 | Yes | The user name of an administrator of the organisation. Invalid user names or passwords result in an AccessDeniedFailure being returned. |
Password | String | 32 | Yes | The password for the administrator. |