Batch, Remove unneeded Classes, refine, etc 65/83065/1
authorInstrumental <jonathan.gathman@att.com>
Fri, 22 Mar 2019 19:13:22 +0000 (14:13 -0500)
committerInstrumental <jonathan.gathman@att.com>
Fri, 22 Mar 2019 19:14:25 +0000 (14:14 -0500)
commitd86e3224e6a5af2bd2b713f93bea5e6677d3ebc2
treee348a186ae270463024c1b3d44113a08135ca957
parente3163b2d5609753f874e2f52fd5ef67fa063af7a
Batch, Remove unneeded Classes, refine, etc

Issue-ID: AAF-789
Change-Id: I48b39bb79144b20dfac5ff61e41ea4f0035b8442
Signed-off-by: Instrumental <jonathan.gathman@att.com>
88 files changed:
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Action.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/ActionDAO.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/ActionPuntDAO.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/ApprovalAdd.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/CacheTouch.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/CredDelete.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/CredPrint.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/CredPunt.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Email.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/EmailPrint.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/FutureAdd.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/FuturePrint.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Key.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Message.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/NSACreate.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/NSADelete.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/NSDescUpdate.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/PermCreate.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/PermDelete.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/PermModify.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/RoleCreate.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/RoleDelete.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/RoleModify.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URAdd.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URDelete.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URFutureApprove.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URFutureApproveExec.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URFuturePrint.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URModify.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URPrint.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/URPunt.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Approver.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/ExpireRange.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/History.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/InputIterator.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Loader.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/MonthData.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/NsAttrib.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Perm.java [deleted file]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/UserRole.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Analyze.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/NotifyBody.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/NotifyCredBody.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/NotifyPendingApprBody.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/NotifyURBody.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_ActionDAO.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_CacheTouch.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_CredPrintTest.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_Email.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_EmailPrint.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_FuturePrintTest.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_Message.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_RoleCreate.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_RoleDeleteTest.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URAdd.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URDelete.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URFutureApproveExec.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URFuturePrintTest.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URModify.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URPrintTest.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/actions/test/JU_URPunt.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Approver.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_ExpireRange.java
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_History.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_InputIterator.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_MonthData.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_NsAttrib.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Perm.java [deleted file]
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_Role.java
auth/auth-batch/src/test/java/org/onap/aaf/auth/batch/helpers/test/JU_UserRole.java
auth/auth-cass/docker/backup.sh
auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java
auth/auth-deforg/src/main/java/org/onap/aaf/org/DefaultOrg.java
auth/helm/aaf/Chart.yaml
auth/helm/aaf/templates/aaf-cass.yaml
auth/helm/aaf/templates/aaf-cm.yaml
auth/helm/aaf/templates/aaf-fs.yaml
auth/helm/aaf/templates/aaf-gui.yaml
auth/helm/aaf/templates/aaf-hello.yaml
auth/helm/aaf/templates/aaf-locate.yaml
auth/helm/aaf/templates/aaf-oauth.yaml
auth/helm/aaf/templates/aaf-service.yaml
auth/helm/aaf/values.yaml
docs/sections/configuration/onboard.rst [new file with mode: 0644]
pom.xml