summaryrefslogtreecommitdiffstats
path: root/auth
AgeCommit message (Collapse)AuthorFilesLines
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 "Sonar fix: ApprovalDAO.java"Jonathan Gathman1-6/+3
2019-09-17Merge "Sonar fix: List.java"Jonathan Gathman1-6/+10
2019-09-17Merge "Sonar fix: ListForCreds.java"Jonathan Gathman1-6/+10
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
2019-09-17Merge changes from topic "K-1"Jonathan Gathman3-14/+14
* changes: Merge this if statement with the enclosing one Remove useless curly braces around statement Merge this if statement with the enclosing one.
2019-09-17Merge "Annotate the "MarkDelete" interface with the @FunctionalInterface ↵Jonathan Gathman1-0/+1
annotation"
2019-09-17Merge "Annotate the "Data" interface with the @FunctionalInterface annotation"Jonathan Gathman1-0/+2
2019-09-17Merge "Annotate the "Loader" interface with the @FunctionalInterface annotation"Jonathan Gathman1-0/+2
2019-09-16Improved multi Proxy DNSLocator basedInstrumental10-21/+62
Issue-ID: AAF-961 Change-Id: I21d4a8013ca6f65306e32c5a2e2fa4ba230df2b7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-16Sonar fix: ApprovalDAO.javaArundathi Patil1-6/+3
Fixed sonar issues across this file Issue-ID: AAF-968 Change-Id: Icca44e89aa28d56e0690a488a68427c2b085f64f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-16Sonar fix: List.javaArundathi Patil1-6/+10
Fixed sonar issues in this file Issue-ID: AAF-968 Change-Id: Ic9265fa4d808d8249450875c930780d5b189273c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-16Sonar fix: ListForCreds.javaArundathi Patil1-6/+10
Fixed multiple sonar issues across this file Issue-ID: AAF-968 Change-Id: I9bdaa30c9f6e5e3457bd6d2d259e7e9f1388b5d7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-15Remove the declaration of thrown exception 'java.io.IOException', as it ↵Thugutla sailakshmi1-1/+2
cannot be thrown from constructor's body Remove the declaration of thrown exception 'java.io.IOException' Issue-ID: AAF-876 Change-Id: I03248a1d359f34a701f31586029d0768083ca591 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-13fix gitignore in this dir, part 2Instrumental8-15701/+1
Issue-ID: AAF-980 Change-Id: I5a1c3b64759b0af6527b50d7ffdab53bbfd89b7a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-13fix gitignore in this dir, Part 1Instrumental1-1/+0
Issue-ID: AAF-980 Change-Id: I6dd51b165026aacc88a8409b70221c5e9baeb6b5 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-11Sonar Fix-AAF-968Arundathi Patil2-5/+2
TwoMonthNotifyCredBody, TwoWeekNotifyCredBody- Fixed sonar issues across this file Issue-ID: AAF-968 Change-Id: I745d107c675e8b8a9858c7ff74a48b7e41e9205f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-11Sonar FIx:OneMonthNotifyCredBody,OneWeekNotifyCredArundathi Patil2-4/+4
Fixed sonar issue across this file Issue-ID: AAF-968 Change-Id: Ic963acfe965c32b970f95b0df6153df0fa83271b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-11Merge this if statement with the enclosing oneThugutla sailakshmi1-5/+4
Merge this if statement with the enclosing one Issue-ID: AAF-876 Change-Id: I5c4642457c735d12343e058c14453adde2be3cb1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-11Remove useless curly braces around statementThugutla sailakshmi1-3/+4
Remove useless curly braces around statement Issue-ID: AAF-876 Change-Id: I612587a2d71f9a928c0abebd338235f613837815 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-11Sonar fix: BatchDataView.javaArundathi Patil1-4/+2
Fixed multiple sonar issues across this file Issue-ID: AAF-968 Change-Id: I2e03d4aaa1d6fda37a32cd642bb9424d88fd7ed2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-11Merge this if statement with the enclosing one.Thugutla sailakshmi1-6/+6
Merge this if statement with the enclosing one. Issue-ID: AAF-876 Change-Id: I45abf792e8d578f5f2faf7612619131a12c8716c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-09Merge "major-Extract the assignment out of this expression"Jonathan Gathman1-2/+4
2019-09-09Annotate the "MarkDelete" interface with the @FunctionalInterface annotationThugutla sailakshmi1-0/+1
Annotate interface with the @FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: I7c6fe4666efc2b6164a8e644bce3ffd733df1fb0 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-08Annotate the "Data" interface with the @FunctionalInterface annotationThugutla sailakshmi1-0/+2
Annotate the "Data" interface with the @FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: I80c6462697f7706abef7b5865e665926f3d4d773 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-08Annotate the "Loader" interface with the @FunctionalInterface annotationThugutla sailakshmi1-0/+2
Annotate the "Loader" interface with the @FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: I0b7f804a79198ccc45e26af839a0008b02b2f57b Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-05Merge this if statement with the enclosing oneThugutla sailakshmi1-4/+2
Merge this if statement with the enclosing one Issue-ID: AAF-876 Change-Id: Ieb5cc4b96281bdbcf4a809371986fbe9160bab26 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-05major-Extract the assignment out of this expressionThugutla sailakshmi1-2/+4
Extract the assignment out of this expression Issue-ID: AAF-876 Change-Id: I112c451303b11b2c0afd13b23b4c2530abf0a7d1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-04Merge "Annotate the "Visitor" interface with the @FunctionalInterface ↵Jonathan Gathman1-0/+2
annotation"
2019-09-04Merge "add the FunctionalInterface annotation"Jonathan Gathman1-0/+2
2019-09-04Merge "Sonar- AAF AUTH BATCH"Jonathan Gathman3-3/+3
2019-09-04Merge "Remove this useless assignment to local variable "lookup""Jonathan Gathman1-1/+0
2019-09-04Merge "AAF-876-Block of commented files are removed from the file"Jonathan Gathman1-30/+1
2019-09-04Update El Alto Init Data from TEST EnvInstrumental7-993/+1012
Issue-ID: AAF-963 Change-Id: I71c88fe2aa355b9521c9b2fedec77ce9d537d420 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-03Update Fixes from testingInstrumental26-196/+598
Issue-ID: AAF-961 Change-Id: I142e460607bf32a785037fa2360b1c0efc3948b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-03Annotate the "Visitor" interface with the @FunctionalInterface annotationThugutla sailakshmi1-0/+2
Annotate the "Visitor" interface with the @FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: If2854f563a41e5e9b85cec2636835e8a966fd1a4 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-03add the FunctionalInterface annotationThugutla sailakshmi1-0/+2
add the FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: I9d1335de238a16644800e4f5bf1a642f005af53a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-29Remove this useless assignment to local variable "lookup"Thugutla sailakshmi1-1/+0
Remove this useless assignment to local variable "lookup" Issue-ID: AAF-876 Change-Id: I008c8ccf2485bdb13c8e911ff4903d8c0d23f539 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-29Update CSIT to 2.1.16kaihlavi1-1/+1
Update d.props.csit with the latest image version that was updated elsewhere in https://gerrit.onap.org/r/#/c/aaf/authz/+/92948/ and https://gerrit.onap.org/r/#/c/aaf/authz/+/92846/ to have quick fix for https://jenkins.onap.org/view/CSIT/job/aaf-master-csit-aafapi/ Issue-ID: AAF-958 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Ic9cbf82258d7ad5e236bc5d821a872f259cf9743
2019-08-29Sonar- AAF AUTH BATCHanushadasari3-3/+3
Remove this unused import 'java.io.IOException' Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from constructor's body Issue-ID: AAF-957 Change-Id: Id61b054edafe1ea1766972339ac7e9146198f125 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-26AAF-876-Block of commented files are removed from the fileThugutla sailakshmi1-30/+1
Block of commented files are removed from the file Issue-ID: AAF-876 Change-Id: Id7bab57c8082fcf03d4545714dcada8ee021189c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-22Merge "Update M2/3 API Docs Update M2/3 Release Notes"Sai Gandham1-0/+1
2019-08-22Merge "Remove the declaration of thrown exception"Jonathan Gathman1-2/+2
2019-08-22Merge "Sonar fix - ApprovalSet.java - Remove this unused import ↵Jonathan Gathman1-1/+0
'org.onap.aaf.cadi.CadiException'"
2019-08-22Merge "Sonar Fix - Use already-defined constant 'DENIED' instead of ↵Jonathan Gathman1-1/+1
duplicating its value here"
2019-08-22Update M2/3 API DocsInstrumental1-0/+1
Update M2/3 Release Notes Issue-ID: AAF-921, AAF-925 Change-Id: I643138df179b0391c9cb86ecfad44be1e95e9b46 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-21Remove the declaration of thrown exceptionanushadasari1-2/+2
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException','java.io.IOException' as it cannot be thrown from constructor's and method body. Change-Id: I84519b6df9998bbbc9203a59cc4470f8ef8b4e0f Issue-ID: AAF-946 Signed-off-by: anushadasari <danush10@in.ibm.com>