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
Modifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
Fields inherited from class org.apache.syncope.common.keymaster.client.api.model.Domain
adminCipherAlgorithm, adminPassword, content, deployed, key, keymasterConfParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
boolean
getOrm()
int
int
int
hashCode()
void
setPoolMaxActive
(int poolMaxActive) void
setPoolMinIdle
(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:
defaultContentFile
in 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
-