Class Domain
- java.lang.Object
-
- org.apache.syncope.common.keymaster.client.api.model.Domain
-
- All Implemented Interfaces:
Serializable
public class Domain extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDomain.Builderstatic classDomain.TransactionIsolation
-
Constructor Summary
Constructors Constructor Description Domain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CipherAlgorithmgetAdminCipherAlgorithm()StringgetAdminPassword()StringgetAuditSql()StringgetContent()StringgetDatabasePlatform()StringgetDbPassword()StringgetDbSchema()StringgetDbUsername()StringgetJdbcDriver()StringgetJdbcURL()StringgetKey()StringgetKeymasterConfParams()StringgetOrm()intgetPoolMaxActive()intgetPoolMinIdle()Domain.TransactionIsolationgetTransactionIsolation()inthashCode()voidsetAdminCipherAlgorithm(CipherAlgorithm adminCipherAlgorithm)voidsetAdminPassword(String adminPassword)voidsetPoolMaxActive(int poolMaxActive)voidsetPoolMinIdle(int poolMinIdle)StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getJdbcDriver
public String getJdbcDriver()
-
getJdbcURL
public String getJdbcURL()
-
getDbSchema
public String getDbSchema()
-
getDbUsername
public String getDbUsername()
-
getDbPassword
public String getDbPassword()
-
getTransactionIsolation
public Domain.TransactionIsolation getTransactionIsolation()
-
getPoolMaxActive
public int getPoolMaxActive()
-
setPoolMaxActive
public void setPoolMaxActive(int poolMaxActive)
-
getPoolMinIdle
public int getPoolMinIdle()
-
setPoolMinIdle
public void setPoolMinIdle(int poolMinIdle)
-
getAuditSql
public String getAuditSql()
-
getOrm
public String getOrm()
-
getDatabasePlatform
public String getDatabasePlatform()
-
getAdminPassword
public String getAdminPassword()
-
setAdminPassword
public void setAdminPassword(String adminPassword)
-
getAdminCipherAlgorithm
public CipherAlgorithm getAdminCipherAlgorithm()
-
setAdminCipherAlgorithm
public void setAdminCipherAlgorithm(CipherAlgorithm adminCipherAlgorithm)
-
getContent
public String getContent()
-
getKeymasterConfParams
public String getKeymasterConfParams()
-
-