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 StringThe cou iso.protected booleanThe inu active.protected StringThe inu authorized keys.protected StringThe inu comment.protected StringThe inu data.protected StringThe inu id.protected BigDecimalThe inu last login.protected StringThe inu last login host.protected StringThe inu password.protected booleanThe 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 TypeMethodDescriptionvoidAdd the new connections to the list.booleanEquals.booleanGets 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.booleanGets the synchronized.inthashCode()Hash code.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetAuthorizedSSHKeys(String param) Sets the authorized SSH keys.voidsetComment(String param) Sets the comment.voidSets the data.voidSets the id.voidSets the iso.voidsetLastLogin(Timestamp param) Sets the last login.voidsetLastLoginHost(String param) Sets the last login host.voidsetPassword(String param) Sets the password.voidsetSynchronized(boolean param) Sets the synchronized.voidsetSynchronized(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
-