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.

Login example
 <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

images/s/-95e2zf/9012/8yg2g7/_/images/icons/emoticons/check.svg

The user name to be used for logging on.

userName="jabend"
selectedRole

images/s/-95e2zf/9012/8yg2g7/_/images/icons/emoticons/error.svg

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

images/s/-95e2zf/9012/8yg2g7/_/images/icons/emoticons/error.svg

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

images/s/-95e2zf/9012/8yg2g7/_/images/icons/emoticons/error.svg

Here, the language set for the user can be overwritten for this session.

locale="de"