Package de.elo.ix.client
Class LoginResult
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.LoginResult
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<Substitution>
The current user's active substitution rules.protected ClientInfo
ClientInfo object returned by the IX when the login is carried out.protected int
Contains the lifetime of the ticket in seconds.protected UserInfo
Contains the data detailling the user used to login to the IX.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getUser()
void
setActiveSubstitutions
(List<Substitution> activeSubstitutions) void
setClientInfo
(ClientInfo clientInfo) void
setTicketLifetime
(int ticketLifetime) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
clientInfo
ClientInfo object returned by the IX when the login is carried out. Contains information about the client settings.
-
ticketLifetime
protected int ticketLifetimeContains the lifetime of the ticket in seconds. The connection is terminated once this lifetime has expired.
-
user
Contains the data detailling the user used to login to the IX.
-
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
Copy constructor- Parameters:
rhs
-
-
-
Method Details