UserIDBean

From
(Difference between revisions)
Jump to: navigation, search
 
(Fields)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Description ==
 
== 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.
+
Each method call on the SOAP interface requires that the user name and password of an EService or Timecard 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 ==
 
== Fields ==
Line 9: Line 9:
 
!Name
 
!Name
 
!Type
 
!Type
 +
!Size
 +
!Required
 
!Description
 
!Description
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|UserName
 
|UserName
 
|String
 
|String
|The user name of an administrator of the organisation.  Invalid user names or password result in an [[AccessDeniedFailure]] being returned.
+
|30
 +
|Yes
 +
|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
 
|String
 
|String
|The password for the user.
+
|32
 +
|Yes
 +
|The password for the administrator.
 +
|---- bgcolor=#EDEDFF
 +
|Version
 +
|[[NADSWebserviceVersion]]
 +
|
 +
|Yes
 +
|The version.
 
|}
 
|}

Latest revision as of 01:05, 14 December 2009

[edit] Description

Each method call on the SOAP interface requires that the user name and password of an EService or Timecard organisation administrator be passed in for authentication purposes. The user will normally be the original administrator set up when the organisation was initially created.

[edit] 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.
Version NADSWebserviceVersion Yes The version.
Personal tools
MediaWiki Appliance - Powered by TurnKey Linux