Class LoginScriptOptions

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.LoginScriptOptions
All Implemented Interfaces:
Serializable

public class LoginScriptOptions extends ValueClass implements Serializable
Since:
9.00.000.019
See Also:
  • Field Details

    • clientName

      protected String clientName
      Unified Name for the client application. The value of this field must be one value of {LoginScriptOptionsC.CLIENT_NAME_*}.
    • techUser

      protected String 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

    • getClientName

      public String getClientName()
    • setClientName

      public void setClientName(String clientName)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTechUser

      public String getTechUser()
    • setTechUser

      public void setTechUser(String techUser)