Class LoginResult

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

public class LoginResult extends ValueClass implements Serializable

Object returned when logging in to the IX. This class contains the information required after the login has been carried out.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • clientInfo

      protected ClientInfo clientInfo

      ClientInfo object returned by the IX when the login is carried out. Contains information about the client settings.

    • ticketLifetime

      protected int ticketLifetime

      Contains the lifetime of the ticket in seconds. The connection is terminated once this lifetime has expired.

    • user

      protected UserInfo user

      Contains the data detailling the user used to login to the IX.

    • activeSubstitutions

      protected List<Substitution> activeSubstitutions
      The current user's active substitution rules. This list contains substitution rules where the user substitutes someone as well as those where the user is substituted by someone.
      Since:
      20.00.000.008
  • Constructor Details

    • LoginResult

      public LoginResult()
      Constructor
    • LoginResult

      public LoginResult(LoginResult rhs)
      Copy constructor
      Parameters:
      rhs -
  • Method Details

    • getClientInfo

      public ClientInfo getClientInfo()
    • setClientInfo

      public void setClientInfo(ClientInfo clientInfo)
    • getTicketLifetime

      public int getTicketLifetime()
    • setTicketLifetime

      public void setTicketLifetime(int ticketLifetime)
    • getUser

      public UserInfo getUser()
    • setUser

      public void setUser(UserInfo user)
    • getActiveSubstitutions

      public List<Substitution> getActiveSubstitutions()
    • setActiveSubstitutions

      public void setActiveSubstitutions(List<Substitution> activeSubstitutions)
    • toString

      public String toString()
      Overrides:
      toString in class Object