complete db access control
commit66f6dd3a6033f1df107f5705d9fcb5cbf0f107e0
authorCho HyunJong <hangum@gmail.com>
Tue, 5 May 2015 10:32:20 +0000 (5 19:32 +0900)
committerCho HyunJong <hangum@gmail.com>
Tue, 5 May 2015 10:32:20 +0000 (5 19:32 +0900)
treefb815185473034e2140bc5b11a5a4e5a35e394b3
parent9ba1cf5d0eceb967e0fb772cda56a3556b4a3b82
complete db access control
38 files changed:
com.hangum.tadpole.ace.editor.core/src/com/hangum/tadpole/ace/editor/core/define/EditorDefine.java
com.hangum.tadpole.applicaion.start/src/com/hangum/tadpole/application/start/dialog/login/FindPasswordDialog.java
com.hangum.tadpole.commons.libs/src/com/hangum/tadpold/commons/libs/core/define/PublicTadpoleDefine.java
com.hangum.tadpole.commons.libs/src/com/hangum/tadpold/commons/libs/core/mails/template/TemporaryPasswordMailBodyTemplate.java [moved from com.hangum.tadpole.commons.libs/src/com/hangum/tadpold/commons/libs/core/mails/template/TemporaryMailBodyTemplate.java with 91% similarity]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/dao/system/TableFilterDAO.java [deleted file]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/dao/system/accesscontrol/AccessCtlObjectDAO.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/internal/system/Tadpole-System-AccessControl.xml
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/internal/system/Tadpole-System-Common.xml
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/security/AuditManager.java [deleted file]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/security/DBAccessCtlManager.java [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/SQLUtil.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/resultset/ResultSetUtilDTO.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/sql/util/resultset/ResultSetUtils.java
com.hangum.tadpole.manager.core/src/com/hangum/tadpole/manager/core/editor/auth/dialogs/AddTableFilterDialog.java [deleted file]
com.hangum.tadpole.manager.core/src/com/hangum/tadpole/manager/core/editor/auth/dialogs/DBAccessControlDialog.java
com.hangum.tadpole.manager.core/src/com/hangum/tadpole/manager/core/editor/auth/dialogs/TableColumnFilterDialog.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/AmazonPreferencePage.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/GeneralPreferencePage.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/MongoDBPreferencePage.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/RDBPreferencePage.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/SQLFormatterPreferencePage.java
com.hangum.tadpole.preference/src/com/hangum/tadpole/preference/ui/UserInfoPerference.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/ResultMainComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/execute/sub/ExecuteBatchSQL.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/execute/sub/ExecuteOtherSQL.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/utils/RequestQuery.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/ExplorerViewer.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/AbstractObjectComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/TadpoleObjectQuery.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/function/TadpoleFunctionComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/index/TadpoleIndexesComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/orapackage/TadpolePackageComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/procedure/TadpoleProcedureComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/sysnonym/TadpoleSynonymComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/table/TadpoleTableComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/trigger/TadpoleTriggerComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/object/sub/rdb/view/TadpoleViewerComposite.java
tadpole.maintenance/docs/erd/Tadpole.2.0-DB-Hub.2.x.x.nilriri.exerd