Further Batch Refactor 96/74596/1
authorInstrumental <jonathan.gathman@att.com>
Wed, 12 Dec 2018 23:16:30 +0000 (17:16 -0600)
committerInstrumental <jonathan.gathman@att.com>
Wed, 12 Dec 2018 23:16:52 +0000 (17:16 -0600)
commit218728980874ca82b07a10fceb26debd6045d2ea
tree16be83eb05dc48dcc5208ed6d2950991be5fade3
parentd499a5481bf34b6dfed090efb8c6d78822373e77
Further Batch Refactor

Issue-ID: AAF-670
Change-Id: Ie68280edb7e9d6c495d3905de61372be895dcf3d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
20 files changed:
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/Batch.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/CQLBatch.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Cred.java
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/UserRole.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Expiring.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/AbsCredBody.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/NotifyBody.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/NotifyCredBody.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/TwoWeeksNotifyCredBody.java [new file with mode: 0644]
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/ExpiringOrig.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java
auth/auth-core/src/main/java/org/onap/aaf/auth/log4j/Log4JAccessAppender.java [new file with mode: 0644]
auth/auth-core/src/main/java/org/onap/aaf/auth/org/OrganizationFactory.java
auth/docker/agent.sh
cadi/core/src/main/java/org/onap/aaf/cadi/PropAccess.java
misc/env/src/main/java/org/onap/aaf/misc/env/LogTarget.java
misc/env/src/test/java/org/onap/aaf/misc/env/JU_LogTargetTest.java