Package de.elo.ix.client
Class LoginScriptOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.LoginScriptOptions
- All Implemented Interfaces:
Serializable
Options for function
IXServerEvents.onBeforeLogin(IXServerEventsContext, String, LoginScriptOptions)
- Since:
- 9.00.000.019
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Unified Name for the client application.protected String
User name used for authentication.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setClientName
(String clientName) void
setTechUser
(String techUser) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
clientName
Unified Name for the client application. The value of this field must be one value of {LoginScriptOptionsC
.CLIENT_NAME_*}. -
techUser
User name used for authentication. This member is only valid for run-as logins. It contains the name of the technical user used for authentication.- Since:
- 10.17.059.004
-
-
Constructor Details
-
LoginScriptOptions
public LoginScriptOptions()
-
-
Method Details