summaryrefslogtreecommitdiffstats
path: root/auth/auth-cmd/src
AgeCommit message (Collapse)AuthorFilesLines
2019-12-02ListActivity,User.java-remove useless assignmentsThugutla sailakshmi2-4/+3
Issue-ID: AAF-876: Change-Id: I41d4b661f36bd1bfaabe897aa280efbc3ad2ef82 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Merge "AAFcli.java -Declare "value" on a separate line"Jonathan Gathman1-1/+2
2019-11-06AAFcli.java-sonar fixes-moving string literal to left sideThugutla sailakshmi1-5/+5
Issue-ID: AAF-876 Change-Id: Iaf237197cdd5761fb8659cc6b9c39c53ddf04250 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Merge "ListApprovals.java-Reorder the modifiers to comply with the Java ↵Jonathan Gathman1-1/+1
Language Specification"
2019-10-28ListApprovals.java-Reorder the modifiers to comply with the Java Language ↵Thugutla sailakshmi1-1/+1
Specification Issue-ID: AAF-876 Change-Id: I94fbc2b41b9101ee86102c86111e434a9faae446 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-21Create.java -Extract assignment out of expressionThugutla sailakshmi1-1/+3
Issue-ID: AAF-876 Change-Id: Ibb45136030e87ee27ece53a6d8c067c654ebc393 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-15Sonar Fixes, FormattingInstrumental125-958/+958
Issue-ID: AAF-1019 Change-Id: Ica49d9e7323aad9622ff9d95cc21b87430c22c54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-10-08AAFcli.java -Declare "value" on a separate lineThugutla sailakshmi1-1/+2
AAFcli.java -Declare "value" on a separate line Issue-ID: AAF-876 Change-Id: I71d08e52fd388093eeb79603da76ffce343fd64c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-08AAFcli.java-remove declaration of thrown exceptionThugutla sailakshmi1-1/+1
AAFcli.java-remove declaration of thrown exception Issue-ID: AAF-876 Change-Id: Ib46fad58f7a22a7bb78a34e9d614800ba30a9ace Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-19Merge "AAFcli.java-Merge the if statement with the existing one"Jonathan Gathman1-4/+2
2019-09-19Merge "AAFcli.java -Extract the assignment out of this expression"Jonathan Gathman1-2/+3
2019-09-18AAFcli.java-Merge the if statement with the existing oneThugutla sailakshmi1-4/+2
AAFcli.java-Merge the if statement with the existing one Issue-ID: AAF-876 Change-Id: I5bcb2f45f8210b519ca9667b8b17e20b110ab4ff Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-18AAFcli.java -Extract the assignment out of this expressionThugutla sailakshmi1-2/+3
AAFcli.java -Extract the assignment out of this expression Issue-ID: AAF-876 Change-Id: Idee610c4076e07619481302ee1489394521fb8ed Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-17Remove declaration thrown from constructor's body.anushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body. Issue-ID: AAF-982 Change-Id: I22a4ffe16eddb82abd44caa0cce8b7bd6430d446 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-17Merge "Sonar fix: List.java"Jonathan Gathman1-6/+10
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-03Update Fixes from testingInstrumental4-42/+82
Issue-ID: AAF-961 Change-Id: I142e460607bf32a785037fa2360b1c0efc3948b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-12Merge "Sonar Fix - Perm.java - removed unused import"Jonathan Gathman1-1/+0
2019-08-12Sonar Fix - Role.java - Removed unused importdinesha1-1/+0
Fixed Sonar issues across the file Issue-ID: AAF-909 Change-Id: I1f8a030e08b7cb0b4f0562daaeacf752cbe72e74 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-12Sonar Fix - Perm.java - removed unused importdinesha1-1/+0
Fixed sonar issues across the file Issue-ID: AAF-909 Change-Id: Ib6f958878a9229fe734cae1e0ac702d84562c06b Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-07Remove Tabs, per JococoInstrumental9-57/+57
Issue-ID: AAF-932 Change-Id: I3ab0ebcc082048d2d1424a58a90ea479fb005ee6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-06Merge "sonar fix - remove literal boolean true value"Jonathan Gathman1-1/+1
2019-08-06Merge "Sonar Fix: Cred.java"Jonathan Gathman1-7/+12
2019-08-06Merge "Sonar fix: Role.java"Jonathan Gathman1-3/+5
2019-08-06Merge "sonar fix AAFcli.java"Jonathan Gathman1-1/+1
2019-07-25sonar fix - remove literal boolean true valueDasari Anusha1-1/+1
Issue-ID: AAF-877 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: Dasari Anusha <danush10@in.ibm.com>
2019-07-19Sonar Fix: Cred.javaArundathi Patil1-7/+12
Fixed sonar issues in this file Issue-ID: AAF-890 Change-Id: I410b22cb3e3e9ab2fc00dfbe73911fcc7f4df565 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Sonar fix: Role.javaArundathi Patil1-3/+5
Fixed sonar isues in this file Issue-ID: AAF-889 Change-Id: I006683bd9183ca947f262583d84f2299c9d152f9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-16sonar fix AAFcli.javaThugutla Sailakshmi1-1/+1
Fixed sonar issue in this file Issue-ID: AAF-871 Change-Id: Ic59c5be130479a5e20e117f37b63fe98b020792d Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-16Sonar fix: Perm.javaArundathi Patil1-1/+3
Fixed sonar issues in this file Issue-ID: AAF-872 Change-Id: Ia49a60a03b5a08efb5e5bde66f9ec56984b31d12 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Adjust Agent for none K8sInstrumental5-21/+13
Issue-ID: AAF-857 Change-Id: Iae6ab3800376465deb69d735d1ab38c931b46688 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-08Cred delete fixesGathman, Jonathan (jg1555)6-29/+76
Issue-ID: AAF-857 Change-Id: I5e590eec0e18a17bb9f89d7f704c86fca3f377de Signed-off-by: Gathman, Jonathan (jg1555) <jg1555@us.att.com>
2019-07-02update Approvals from TestingInstrumental2-3/+28
Issue-ID: AAF-857 Change-Id: Ic7780678991f5d3f25f2634d1a8b15cc03f62592 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-20Fixes/Refinements from TestingInstrumental6-11/+16
Issue-ID: AAF-857 Change-Id: I2c5a542982b77011ad4ed5c41e08e045c83e2e3f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-08Agent correctly sort Cert Chain/TruststoreInstrumental2-17/+4
GUI fix Issue-ID: AAF-852 Change-Id: Ie703b7aee0a77074fac5c1aab3bdf402862243ac Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Update DNSLocator code and useInstrumental3-1/+128
Issue-ID: AAF-838 Change-Id: Ieaf112365e40237b6f252371d2d2f95e9bc47f89 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-29Post Init Service StarterInstrumental6-240/+164
minor fixes Remove JU generated garbage files Issue-ID: AAF-835 Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-13Improve Upload BatchInstrumental1-6/+1
Issue-ID: AAF-811 Change-Id: Ia2289c764d0c5a14627d58349397a121f1960703 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-11Merge "Cred.java - Sonar fixes"Jonathan Gathman1-7/+3
2019-04-10switch Internal/External Locator Names for DublinInstrumental1-4/+2
Issue-ID: AAF-808 Change-Id: If7c600cddef0f7d0fce1a8f7b1518d9ffe0983fe Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-10Cred.java - Sonar fixesDriptaroop Das1-7/+3
Cred.java - Sonar fixes Issue-ID: AAF-807 Change-Id: Ie7e07c55f6777feac4da6b1d26e2b0ea5463059b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-30Merge "Sonar fix: AAFcli.java"Jonathan Gathman1-5/+7
2019-01-25Sonar fix: AAFcli.javaArundathi Patil1-5/+7
Fixed sonar issues/code-smells across this file Issue-ID: AAF-733 Change-Id: I91f5a84b29b38cb0ff2c5483ca95123e36e6d10e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-24update anonymous inner classes with lambdasDriptaroop Das1-6/+1
update anonymous inner classes of some files with lambdas Issue-ID: AAF-731 Change-Id: Ifc37d1aef4017943a5d33ee7c89ca919df474436 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-22Merge "Sonar fix: NS.java"Jonathan Gathman1-1/+0
2019-01-14Sonar fix: NS.javaArundathi Patil1-1/+0
Fixed sonar issues/code-smells across this file Issue-ID: AAF-704 Change-Id: Ice035ce50a0dc2ebe024cbd91bf62e0e920d5d4c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Sonar Fix: Grant.javaArundathi Patil1-2/+5
Fixed sonar issues/code-smells across this file Issue-ID: AAF-713 Change-Id: I1eae70cac6ecbc3dc10e30396afa814be00c1ba8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Merge "Sonar fix: Delg.java"Jonathan Gathman1-3/+5
2019-01-10Merge "Sonar fix: List.java"Jonathan Gathman1-1/+2