Class JPADomain
java.lang.Object
org.apache.syncope.common.keymaster.client.api.model.Domain
org.apache.syncope.common.keymaster.client.api.model.JPADomain
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
Fields inherited from class org.apache.syncope.common.keymaster.client.api.model.Domain
adminCipherAlgorithm, adminPassword, content, deployed, key, keymasterConfParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbooleangetOrm()intintinthashCode()voidsetPoolMaxActive(int poolMaxActive) voidsetPoolMinIdle(int poolMinIdle) toString()Methods inherited from class org.apache.syncope.common.keymaster.client.api.model.Domain
getAdminCipherAlgorithm, getAdminPassword, getContent, getDiscriminator, getKey, getKeymasterConfParams, isDeployed, read, setAdminCipherAlgorithm, setAdminPassword, setDeployed, setDiscriminator
-
Constructor Details
-
JPADomain
public JPADomain()
-
-
Method Details
-
defaultContentFile
- Specified by:
defaultContentFilein classDomain
-
getJdbcDriver
-
getJdbcURL
-
getDbSchema
-
getDbUsername
-
getDbPassword
-
getTransactionIsolation
-
getPoolMaxActive
public int getPoolMaxActive() -
setPoolMaxActive
public void setPoolMaxActive(int poolMaxActive) -
getPoolMinIdle
public int getPoolMinIdle() -
setPoolMinIdle
public void setPoolMinIdle(int poolMinIdle) -
getOrm
-
getDatabasePlatform
-
hashCode
public int hashCode() -
equals
-
toString
-