Class Domain

    • Constructor Detail

      • Domain

        public Domain()
    • 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()
      • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object