Class IncomingUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<IncomingConnection> The incoming list of connections.protected String
The cou iso.protected boolean
The inu active.protected String
The inu authorized keys.protected String
The inu comment.protected String
The inu data.protected String
The inu id.protected BigDecimal
The inu last login.protected String
The inu last login host.protected String
The inu password.protected boolean
The inu synchronized.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new incoming user.IncomingUser
(String id) Instantiates a new incoming user. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the new connections to the list.boolean
Equals.boolean
Gets the active.Gets the authorized SSH keys.Gets the comment.The list of connections.getData()
Gets the data.getId()
Gets the id.getIso()
Gets the iso.Gets the last login.Gets the last login host.Gets the password.boolean
Gets the synchronized.int
hashCode()
Hash code.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setAuthorizedSSHKeys
(String param) Sets the authorized SSH keys.void
setComment
(String param) Sets the comment.void
Sets the data.void
Sets the id.void
Sets the iso.void
setLastLogin
(Timestamp param) Sets the last login.void
setLastLoginHost
(String param) Sets the last login host.void
setPassword
(String param) Sets the password.void
setSynchronized
(boolean param) Sets the synchronized.void
setSynchronized
(String param) Sets the synchronized.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
INU_ID
The inu id. -
INU_PASSWORD
The inu password. -
INU_COMMENT
The inu comment. -
INU_ACTIVE
protected boolean INU_ACTIVEThe inu active. -
INU_LAST_LOGIN
The inu last login. -
INU_LAST_LOGIN_HOST
The inu last login host. -
INU_DATA
The inu data. -
INU_AUTHORIZED_KEYS
The inu authorized keys. -
COU_ISO
The cou iso. -
INU_SYNCHRONIZED
protected boolean INU_SYNCHRONIZEDThe inu synchronized. -
connectionsList
The incoming list of connections.
-
-
Constructor Details
-
IncomingUser
public IncomingUser()Instantiates a new incoming user. -
IncomingUser
-
-
Method Details
-
getIso
-
setIso
-
getId
-
setId
-
getPassword
-
setPassword
-
getComment
-
setComment
-
getActive
public boolean getActive()Gets the active.- Returns:
- the active
-
setActive
public void setActive(boolean param) Sets the active.- Parameters:
param
- the new active
-
setActive
-
getSynchronized
public boolean getSynchronized()Gets the synchronized.- Returns:
- the synchronized
-
setSynchronized
public void setSynchronized(boolean param) Sets the synchronized.- Parameters:
param
- the new synchronized
-
setSynchronized
Sets the synchronized.- Parameters:
param
- the new synchronized
-
getLastLogin
-
setLastLogin
Sets the last login.- Parameters:
param
- the new last login
-
getLastLoginHost
-
setLastLoginHost
Sets the last login host.- Parameters:
param
- the new last login host
-
getData
-
setData
-
getAuthorizedSSHKeys
-
setAuthorizedSSHKeys
Sets the authorized SSH keys.- Parameters:
param
- the new authorized SSH keys
-
addConnections
Add the new connections to the list.- Parameters:
param
- the new connections
-
getConnections
The list of connections.- Returns:
- the list of connections
-
hashCode
-
equals
-