Integration login
|
XML name |
base:LobsterDataLoginRequest |
|
Class name |
de.lobster.scm.base.authentication.LobsterDataLoginRequest |
The LobsterDataLoginRequest can only be exclusively used by Specific Lobster_data components for Lobster_pro (Integration functions (for Orchestration), ImportResponder (Responder), ...), since this login does not require a password.
<base:LobsterDataLoginRequest xmlns:base='SCM.BASE' userName="edi" selectedRole="2" selectedCompany="2" locale="en"/>The login takes place under indication of the user name (userName).
If this user is assigned to several companies or roles (see Users), it must be indicated which company and role shall be used.
If the user does not exist, an exception is raised and the login fails.
|
Parameter |
Required? |
Description |
Example |
userName |
|
The user name to be used for logging on. |
userName="jabend" |
selectedRole |
|
The ID of the role that is to be used. This parameter is necessary only in case the user is assigned multiple roles. |
selectedRole="2" |
selectedCompany |
|
The ID of the company that is to be used. This parameter is necessary only in case the user is assigned multiple companies. |
selectedCompany="2" |
locale |
|
Here, the language set for the user can be overwritten for this session. |
locale="de" |