Package com.soffid.iam.sync.api
Class Server
java.lang.Object
com.soffid.iam.sync.api.Server
- All Implemented Interfaces:
Serializable
ValueObject Server
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuth()Gets value for attribute authGets value for attribute backupDatabasegetId()Gets value for attribute idGets value for attribute javaOptionsgetName()Gets value for attribute namebyte[]getPk()Gets value for attribute pkGets value for attribute publicKeyGets value for attribute publicUrlgetType()Gets value for attribute typegetUrl()Gets value for attribute urlGets value for attribute useMasterDatabasevoidSets value for attribute authvoidsetBackupDatabase(Long backupDatabase) Sets value for attribute backupDatabasevoidSets value for attribute idvoidsetJavaOptions(String javaOptions) Sets value for attribute javaOptionsvoidSets value for attribute namevoidsetPk(byte[] pk) Sets value for attribute pkvoidsetPublicKey(PublicKey publicKey) Sets value for attribute publicKeyvoidsetPublicUrl(String publicUrl) Sets value for attribute publicUrlvoidsetType(ServerType type) Sets value for attribute typevoidSets value for attribute urlvoidsetUseMasterDatabase(Boolean useMasterDatabase) Sets value for attribute useMasterDatabasetoString()Returns a string representation of the value object.
-
Constructor Details
-
Server
public Server() -
Server
-
Server
-
Server
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getPk
public byte[] getPk()Gets value for attribute pk -
setPk
public void setPk(byte[] pk) Sets value for attribute pk -
getAuth
Gets value for attribute auth -
setAuth
Sets value for attribute auth -
getPublicKey
Gets value for attribute publicKey -
setPublicKey
Sets value for attribute publicKey -
getUseMasterDatabase
Gets value for attribute useMasterDatabase -
setUseMasterDatabase
Sets value for attribute useMasterDatabase -
getBackupDatabase
Gets value for attribute backupDatabase -
setBackupDatabase
Sets value for attribute backupDatabase -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getUrl
Gets value for attribute url -
setUrl
Sets value for attribute url -
getPublicUrl
Gets value for attribute publicUrl -
setPublicUrl
Sets value for attribute publicUrl -
getJavaOptions
Gets value for attribute javaOptions -
setJavaOptions
Sets value for attribute javaOptions -
toString
Returns a string representation of the value object.
-