summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27Release aaf/authz2.1.21jenkins-releng1-1/+1
2020-04-25Enable deploy plugin in all poms.John J. Franey1-1/+1
maven will then push all the artifacts to nexus when the deploy goal is invoked. Issue-ID: AAF-1136 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
2020-04-23fix: stage a release candidate for 2.1.20John J. Franey1-1/+1
Issue-ID: AAF-1124 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I401b5b5c6589757d15027e0ad4b96f0061016be9
2020-04-20stage a release candidate for 2.1.20John J. Franey1-1/+1
Issue-ID: AAF-1124 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: Ic4eb1e777946c9a009759684eb807287634c8050
2020-04-11test commit. sonar fixesMamtha1-25/+3
Issue-ID: AAF-1031 Change-Id: I96ce88c32cfc0a6a7e1250f713c8379dfe097369 Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
2020-03-19minor 2.1.20 changesInstrumental2-5/+1
Update versions to 2.1.20 Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
2020-03-19Fix standalone Batch JarsInstrumental4-37/+19
Issue-ID: AAF-1114 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I6ceb7ef714b3c7c2b33371abfca9202746151231
2020-03-18Fix Cass, then to Version 2.1.19Instrumental2-2/+5
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
2020-03-05Move code set to 2.1.18, Update from TEST systemInstrumental1-1/+1
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
2020-01-09restore a couple of fields' access to publicJohn J. Franey2-3/+3
Apparently, these fields are part of contract to custom plugins. Issue-ID: AAF-1040 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: Ib3106230416baae9c63136ed2563a6416b61d40f
2020-01-07Sonar Fixes: Auth Batch Helpersegernug9-68/+89
Issue-ID: AAF-1040 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Id9b1704c8308f0111ee81849771b8ee77a17542b
2019-12-20Make Organization isRevoked return DateInstrumental2-8/+12
Issue-ID: AAF-1058 Change-Id: I4120235dc6f78fb1db0c7bea86c6938aae076b63 Signed-off-by: Instrumental <jgonap@stl.gathman.org>
2019-12-20Minor changes for Organization needsInstrumental2-8/+23
Issue-ID: AAF-1058 Change-Id: I446f630b197657f9d20222a69101437af3ae33e6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-13update Mass MailerInstrumental1-45/+48
Issue-ID: AAF-1059 Change-Id: Icfcccfe8420fad001eda8aa6baf485c2d52e5086 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-11Add a MassMail Batch ProgramInstrumental7-6/+315
Had to move Holder cover for change in WS/Bind to compile Issue-ID: AAF-1059 Change-Id: I754515a6e65bd0665fa3e03dabd8f5a144241f6e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-05Merge "NotInOrg.java-Replace the type specification in this constructor call ↵Jonathan Gathman1-1/+1
with the diamond operator ("<>")."
2019-12-03Merge "ApprovedRpt.java-remove the block of comments"Jonathan Gathman1-7/+0
2019-12-03Merge "Remove.java-Replace the type specification in this constructor call ↵Jonathan Gathman1-1/+1
with the diamond operator ("<>")"
2019-11-20Fix namesInstrumental1-16/+0
Issue-ID: AAF-1046 Change-Id: Idd0d5e2272863f021842eaa604e11728c1379c5f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-14To version 2.1.17-SNAPSHOTInstrumental2-7/+14
Issue-ID: AAF-1046 Change-Id: Id534c271c94c3805a5902eea521dc6c9d66f3919 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-12Remove.java-Replace the type specification in this constructor call with the ↵Thugutla sailakshmi1-1/+1
diamond operator ("<>") Issue-ID: AAF-876 Change-Id: I55899d3dc94bd9c7b046ded84cf2b53816ddc354 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-12NotInOrg.java-Replace the type specification in this constructor call with ↵Thugutla sailakshmi1-1/+1
the diamond operator ("<>"). Issue-ID: AAF-876 Change-Id: I84ec99f43ad23cdd4b167eeec90dc80bbdc1d210 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-12ApprovedRpt.java-remove the block of commentsThugutla sailakshmi1-7/+0
Issue-ID: AAF-876 Change-Id: I0008769d9aebab38f60d770fc7f2c5da04b96897 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Merge "Fix Batch Cred Deletes"Sai Gandham2-5/+9
2019-11-06Merge "Tidied up load() method to remove several static analyzer warnings"Jonathan Gathman1-32/+35
2019-11-05Fix Batch Cred DeletesInstrumental2-5/+9
Issue-ID: AAF-1038 Change-Id: I30ea4ec04cd3ca6c416010f99e46aa44c5f2fd24 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-04Using logger to throw exceptionRachitha1-3/+2
Issue-ID: AAF-1032 Change-Id: Ic7a6f89de457bca7c3bdc4ea5a3e58cfe214e06c Signed-off-by: Rachitha <racrama1@in.ibm.com>
2019-10-31ExpireRange.java-sonar fixRachitha1-4/+0
Issue-ID: AAF-1032 Change-Id: I4c37c3617fb7b0e456cc11683e5a9ba1c65afa3b Signed-off-by: Rachitha <racrama1@in.ibm.com>
2019-10-18Tidied up load() method to remove several staticOleksandr Moliavko1-32/+35
analyzer warnings Issue-ID: AAF-837 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I3f0f997839b5ad4ac516961be73b53d56fc1452f
2019-10-15Another Sonar adjustmentInstrumental1-3/+2
Issue-ID: AAF-1019 Change-Id: Ifebca566d9eb72eaa280429d2cffa9a826844abe Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-10-15Sonar Fixes, FormattingInstrumental62-642/+642
Issue-ID: AAF-1019 Change-Id: Ica49d9e7323aad9622ff9d95cc21b87430c22c54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-10-14Merge "Extend.java-Extract the assignment out of the expression"Jonathan Gathman1-1/+2
2019-10-14Merge "Extract the assignment out of this expression"Jonathan Gathman1-1/+2
2019-10-14Extend.java-Extract the assignment out of the expressionThugutla sailakshmi1-1/+2
Extract the assignment out of the expression Issue-ID: AAF-876 Change-Id: I9821c5bf3ffcf38633b00e60367d42ab7d8bdb4b Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-14Notify.java-Replace type specification in this constructor call with the ↵Thugutla sailakshmi1-1/+1
diamond operator Issue-ID: AAF-876 Change-Id: If938fa18b1363b125fc78faf612952ab3c32f254 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-08Merge "Analyze.java-Merge this if statement with the enclosing one"Jonathan Gathman1-4/+2
2019-10-08Extract the assignment out of this expressionThugutla sailakshmi1-1/+2
Extract the assignment out of this expression Issue-ID: AAF-876 Change-Id: Ia6d41e55102b6f24da354149a40796d0b7dd47e1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-08Merge "Sonar Fix: Pending.java"Jonathan Gathman1-4/+6
2019-10-03Analyze.java-Merge this if statement with the enclosing oneThugutla sailakshmi1-4/+2
Merge this if statement with the enclosing one Issue-ID: AAF-876 Change-Id: Ibd707a4bd159861dec750610711840d35d9da22c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-21Sonar Fix: LastNotifies.javaArundathi Patil1-5/+5
Fixed sonar issues in this file Issue-ID: AAF-968 Change-Id: I67db7679b689888576fe5c667c59a656e8d173b7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-21Sonar Fix: Pending.javaArundathi Patil1-4/+6
Fixed sonar issues in this file Issue-ID: AAF-968 Change-Id: I11ce11c1480a4be9283276b13da7e02d0dd06e56 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Add Music NS and Cert AbilityInstrumental3-3/+2
Issue-ID: AAF-967 Change-Id: I10bf013399b638262f7694ffc0db7d6bd3aee0b3 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-17Merge "major-Extract the assignment out of this expression"Jonathan Gathman1-1/+3
2019-09-17Notify.java -remove the commented block of codeThugutla sailakshmi1-2/+0
Notify.java -remove the commented block of code Issue-ID: AAF-876 Change-Id: I79a9cdf598bc083719eaed43c113e2426d3831c8 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-17Merge "Remove the declaration of thrown exception 'java.io.IOException', as ↵Jonathan Gathman1-0/+1
it cannot be thrown from constructor's body"
2019-09-17Merge "Remove the declaration of thrown exception 'java.io.IOException', as ↵Jonathan Gathman1-0/+1
it cannot be thrown from constructor's body"
2019-09-17Merge "AAF-892-remove unsed variables from ApprovedRpt.java file"Jonathan Gathman1-10/+2
2019-09-17Merge "Sonar fix: BatchDataView.java"Jonathan Gathman1-2/+2
2019-09-17Merge "Sonar Fix-AAF-968"Jonathan Gathman2-5/+2
2019-09-17Merge "Sonar FIx:OneMonthNotifyCredBody,OneWeekNotifyCred"Jonathan Gathman2-4/+4