Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 59ac595e49ae558c484ec61ea7db756a3c996714
- Sonar Fix: LastNotifies.java
Fixed sonar issues in this file
Issue-ID: AAF-968
Change-Id: I67db7679b689888576fe5c667c59a656e8d173b7
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 6b7b912348ae60b2217af57749ac00a67080bf12
- Release 2.1.16
Issue-ID: AAF-979
Change-Id: Ida7130dba5dc5277ebda6047453f851f343b3908
Signed-off-by: Instrumental<jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 55b71945af4ec831d70ecaab9befb3ab91207af4
- Merge "Sonar-CachingFileAccess.java"
- Sonar-CachingFileAccess.java
For better readability, do not put more than one statement on a single line.
Issue-ID: AAF-983
Change-Id: I8f0756b70a7013aeab5b7dea5b860eb53412609b
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to b91f022e5c6ba0e5360e4b26c320814b07c2607d
- Merge "Sonar-AAF_Hello.java"
- Sonar-AAF_Hello.java
Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body.
Issue-ID: AAF-982
Change-Id: I91d81ff24dbbf435f1f064675902beb61fa8fb06
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 586d2253e528ad96cbf9817a1cd440874e7bc26c
- Merge "AAFcli.java-Merge the if statement with the existing one"
- AAFcli.java-Merge the if statement with the existing one
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>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 28fe822b2ac836ad3e75e0fa68fda29229ac4cfc
- Merge "AAFcli.java -Extract the assignment out of this expression"
- AAFcli.java -Extract the assignment out of this expression
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>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to d06380ed44ae90707185dce2cd2be3aef3c89104
- Merge "CachedCredDAO .java -add the @Override annotation above method signature"
- CachedCredDAO .java -add the @Override annotation above method signature
CachedCredDAO .java -add the @Override annotation above method signature
Issue-ID: AAF-876
Change-Id: Ie0a6becc555da4eba72bd1572ecf5287e80a2fc2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to d8ea11a483d65947152a411f10de44bc4c467ba2
- Merge " Mapper1_0.java-merge the if statement with existing one"
- Mapper1_0.java-merge the if statement with existing one
Mapper1_0.java-merge the if statement with existing one
Issue-ID: AAF-876
Change-Id: I1d50c3337ec2d42e0b8ded17e0cd47e70665b4e6
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4fff43312d90c103a445fa3df504676771e27566
- Merge "Sonar Fix: Cached.java"
- Sonar Fix: Cached.java
Fixed multiple sonar issues in this file
Issue-ID: AAF-968
Change-Id: Iebd3fc8dedc6e22ba4bfcd2c9943aa4c4c00a6a0
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ccfb9b46b7c9f0c87b809aaa72074fca65e01ea1
- Merge "Sonar Fix: CassDAOImpl.java"
- Sonar Fix: CassDAOImpl.java
Fixed sonar issues across this file
Issue-ID: AAF-968
Change-Id: I0d3d887906d4ad43ce376f6634c782ea77427644
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 32e9ace87dd4fc9dfd10edb25919e99363c1cabd
- Merge "Sonar fix: CUI.java"
- Sonar fix: CUI.java
Fixed sonar issues across this file
Issue-ID: AAF-968
Change-Id: I2c1e40099f686c9a9275e075cc4c6af7d5e0e1f2
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 1df74b36c81fb4a20927a59a2766d4752df947e8
- Merge "Make this final field static too"
- Make this final field static too
Making a public constant just final as opposed to static final leads to duplicating its value for every instance of the class, uselessly increasing the amount of memory required to execute the application.
Issue-ID: AAF-983
Change-Id: Ibbf0ab51f83fe4e1acc3b6be11228d8063a94fea
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 7e2797614c4d6c6fdb07f00e62b0f9f57119985f
- Merge "Remove declaration thrown from constructor's body."
- Remove declaration thrown from constructor's body.
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>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 1a101ab7676e7827423f39a22808418dc29e913f
- Update Documentation El Alto
Issue-ID: AAF-854
Change-Id: I4bde6629fa9b4656f20ad69853baf98e503e50c8
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to b907ab4b6d721c875b042a89c7c8c071ba0dd4a9
- Add Music NS and Cert Ability
Issue-ID: AAF-967
Change-Id: I10bf013399b638262f7694ffc0db7d6bd3aee0b3
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 8cf4564676083580cd0abf995df992ac28c2ec2f
- Merge "major-Extract the assignment out of this expression"
- major-Extract the assignment out of this expression
major-Extract the assignment out of this expression
Issue-ID: AAF-876
Change-Id: I82fc93ffd5415a078eb1b08548a346970996004d
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to dea369c59b0f98692044502973ea93d9fa34ed5c
- Notify.java -remove the commented block of code
Notify.java -remove the commented block of code
Issue-ID: AAF-876
Change-Id: I79a9cdf598bc083719eaed43c113e2426d3831c8
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to e7a7a34829600a24e5ee87cdc94d5a49ccc15c0f
- move the method to comply with java code conventions
move the method to comply with java code conventions
Issue-ID: AAF-876
Change-Id: Iea39c18474eeb03bd890bc6e2a627aab2aee521a
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4a5d0dbb09abbc0fad64a9c7ea75be9274544871
- Merge "JscepCA.java-add Override annotation"
- JscepCA.java-add Override annotation
JscepCA.java-add Override annotation
Issue-ID: AAF-876
Change-Id: I38c1b152f750954e121d5c08abaa8c46f4fe9e16
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4f6c7c053681e93478e2a115714d369b8a998a11
- Merge "AAF_CM.java -remove the exception"
- AAF_CM.java -remove the exception
AAF_CM.java -remove the exception
Issue-ID: AAF-876
Change-Id: I5aab595307d3dcfc7bb64fabda9075e9b20b3677
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 1737c4b1ff35445a299bc3f6c599af0de701cd0f
- Merge "Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from constructor's body"
- Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from constructor's body
Remove the declaration of thrown exception 'java.io.IOException'
Issue-ID: AAF-876
Change-Id: Ie02948cb17bfc7d2e906adc00ae6bd94dcb5e5f3
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 81fcd578060ec8f593a2bdfde3aca6bb981cb8c5
- Merge "Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from constructor's body"
- Remove the declaration of thrown exception 'java.io.IOException', as it 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>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to dcc2eb2195c07a5557b58103594cd30ecf72e6c7
- Merge "Sonar fix: ApprovalDAO.java"
- Sonar fix: ApprovalDAO.java
Fixed sonar issues across this file
Issue-ID: AAF-968
Change-Id: Icca44e89aa28d56e0690a488a68427c2b085f64f
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to f59081e0ce173f1786325c85385491e76b376ad0
- Merge "Sonar fix: List.java"
- Sonar fix: List.java
Fixed sonar issues in this file
Issue-ID: AAF-968
Change-Id: Ic9265fa4d808d8249450875c930780d5b189273c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4af23fd5fcffdc01089180e3839d0fd2cc9e3122
- Merge "Sonar fix: ListForCreds.java"
- Sonar fix: ListForCreds.java
Fixed multiple sonar issues across this file
Issue-ID: AAF-968
Change-Id: I9bdaa30c9f6e5e3457bd6d2d259e7e9f1388b5d7
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to c14877b3a7409c2b2b64ea24cf56a703d2eddedd
- Merge "AAF-892-remove unsed variables from ApprovedRpt.java file"
- AAF-892-remove unsed variables from ApprovedRpt.java file
remove unsed variables from ApprovedRpt.java file
Issue-ID: AAF-892
Change-Id: I6136616d5332644d7eae55197ee8357e5314683f
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ef47be09df9ca49da25ec33ea4a5048920f80d31
- Merge "Sonar fix: BatchDataView.java"
- Sonar fix: BatchDataView.java
Fixed multiple sonar issues across this file
Issue-ID: AAF-968
Change-Id: I2e03d4aaa1d6fda37a32cd642bb9424d88fd7ed2
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to c0c0fe0eb5eb4fae3ea428609680de8303e0f73c
- Merge "Sonar Fix-AAF-968"
- Sonar Fix-AAF-968
TwoMonthNotifyCredBody, TwoWeekNotifyCredBody- Fixed sonar issues across
this file
Issue-ID: AAF-968
Change-Id: I745d107c675e8b8a9858c7ff74a48b7e41e9205f
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 5705b5960d9cfb714c297425fd7bf1ac59b5c0be
- Merge "Sonar FIx:OneMonthNotifyCredBody,OneWeekNotifyCred"
- Sonar FIx:OneMonthNotifyCredBody,OneWeekNotifyCred
Fixed sonar issue across this file
Issue-ID: AAF-968
Change-Id: Ic963acfe965c32b970f95b0df6153df0fa83271b
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 85051a81b41778cbbe62ad7c2a311be50326a4a4
- Merge changes from topic "K-1"
* changes:
Merge this if statement with the enclosing one
Remove useless curly braces around statement
Merge this if statement with the enclosing one.
- Merge this if statement with the enclosing one
Merge this if statement with the enclosing one
Issue-ID: AAF-876
Change-Id: I5c4642457c735d12343e058c14453adde2be3cb1
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
- Remove useless curly braces around statement
Remove useless curly braces around statement
Issue-ID: AAF-876
Change-Id: I612587a2d71f9a928c0abebd338235f613837815
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
- Merge this if statement with the enclosing one.
Merge this if statement with the enclosing one.
Issue-ID: AAF-876
Change-Id: I45abf792e8d578f5f2faf7612619131a12c8716c
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 57f4c247d33f5a06870c625b9d81de47ba8fe09f
- Merge "Annotate the "MarkDelete" interface with the @FunctionalInterface annotation"
- Annotate the "MarkDelete" interface with the @FunctionalInterface annotation
Annotate interface with the @FunctionalInterface annotation
Issue-ID: AAF-876
Change-Id: I7c6fe4666efc2b6164a8e644bce3ffd733df1fb0
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 8bdca3de7c784ed20fa6a097ca8eb8e37cbc18f2
- Merge "Annotate the "Data" interface with the @FunctionalInterface annotation"
- Annotate the "Data" interface with the @FunctionalInterface annotation
Annotate the "Data" interface with the @FunctionalInterface annotation
Issue-ID: AAF-876
Change-Id: I80c6462697f7706abef7b5865e665926f3d4d773
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 701e71853ec8c52eef0fa2f3ff4deaef788cabd4
- Merge "Annotate the "Loader" interface with the @FunctionalInterface annotation"
- Annotate the "Loader" interface with the @FunctionalInterface annotation
Annotate the "Loader" interface with the @FunctionalInterface annotation
Issue-ID: AAF-876
Change-Id: I0b7f804a79198ccc45e26af839a0008b02b2f57b
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 07fb3ece74a9aa1fad8e2a9fab73b4de3e36853b
- Improved multi Proxy DNSLocator based
Issue-ID: AAF-961
Change-Id: I21d4a8013ca6f65306e32c5a2e2fa4ba230df2b7
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 7afca63faf20cf6ee680f80e08d4cfebecbab9c8
- fix gitignore in this dir, part 2
Issue-ID: AAF-980
Change-Id: I5a1c3b64759b0af6527b50d7ffdab53bbfd89b7a
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 2831ca63cbbb94cf00cfd6640abb9f93cf422af9
- fix gitignore in this dir, Part 1
Issue-ID: AAF-980
Change-Id: I6dd51b165026aacc88a8409b70221c5e9baeb6b5
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4fde06b24f52a3d3fccc84ef36c19831fc0bef8d
- Merge "OParent 2.1.0"
- OParent 2.1.0
Issue-ID: AAF-966
Change-Id: I2de5d5747ce8bce4ba2cfe11f5c407869d3be20d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 988fd491d52a9074fe75ebe86e024c6889a46cc3
- Merge "major-Extract the assignment out of this expression"
- major-Extract the assignment out of this expression
Extract the assignment out of this expression
Issue-ID: AAF-876
Change-Id: I112c451303b11b2c0afd13b23b4c2530abf0a7d1
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 2eccd7c892fd7166d70c84a710e8e6b58138893c
- Merge "Merge this if statement with the enclosing one"
- Merge this if statement with the enclosing one
Merge this if statement with the enclosing one
Issue-ID: AAF-876
Change-Id: Ieb5cc4b96281bdbcf4a809371986fbe9160bab26
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 128345fbbf2fe28d65899c4c0a02ff063a978076
- Merge "K8s doesn't necessarily support DNS"
- K8s doesn't necessarily support DNS
Issue-ID: AAF-963
Change-Id: I65248837fc217b0ccc09f2afe02e14c716ca5bcc
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 5ef26dcdd8588ec7956c713c2777dd4f0a617988
- Merge "Annotate the "Visitor" interface with the @FunctionalInterface annotation"
- Annotate the "Visitor" interface with the @FunctionalInterface annotation
Annotate the "Visitor" interface with the @FunctionalInterface annotation
Issue-ID: AAF-876
Change-Id: If2854f563a41e5e9b85cec2636835e8a966fd1a4
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4f28c4f6601324557cdc6ce4b65a544f09aab229
- Merge "add the FunctionalInterface annotation"
- add the FunctionalInterface annotation
add the FunctionalInterface annotation
Issue-ID: AAF-876
Change-Id: I9d1335de238a16644800e4f5bf1a642f005af53a
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 49a8ce0053b7a4c9655e87020b7eed83ae8c312f
- Merge "Sonar- AAF AUTH BATCH"
- Sonar- AAF AUTH BATCH
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>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 427c69d6b0c105765a1f496b93ac5a53a7c06074
- Merge "Remove this useless assignment to local variable "lookup""
- Remove this useless assignment to local variable "lookup"
Remove this useless assignment to local variable "lookup"
Issue-ID: AAF-876
Change-Id: I008c8ccf2485bdb13c8e911ff4903d8c0d23f539
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 1aba148a7ff88c8f43762da19fa4c757c62732c5
- Merge "AAF-876-Block of commented files are removed from the file"
- AAF-876-Block of commented files are removed from the file
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>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ead4ecf2e8b069f40596992d72047a5f38a7af4d
- Merge "Remove the declaration of thrown exception"
- Remove the declaration of thrown exception
Remove the declaration of thrown exception 'java.io.IOException','java.security.NoSuchAlgorithmException', 'javax.crypto.NoSuchPaddingException', as it cannot be thrown from constructor's body
Change-Id: I0af468d8112fa8ecb3c7626fbbdedf2d375f7601
Issue-ID: AAF-956
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4fbae1b6a5de191a9e26361ce6d1b8958be53f9e
- Update El Alto Init Data from TEST Env
Issue-ID: AAF-963
Change-Id: I71c88fe2aa355b9521c9b2fedec77ce9d537d420
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 6309ef454e6960d95d13534645e1f15904de6862
- Update Fixes from testing
Issue-ID: AAF-961
Change-Id: I142e460607bf32a785037fa2360b1c0efc3948b1
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to c3b26083686b22724767c4056735d425e4360d0e
- Update CSIT to 2.1.16
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
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 886cd982dff59ef087b94a3b6eb0e4be37259019
- Merge "Update M2/3 API Docs Update M2/3 Release Notes"
- Update M2/3 API Docs
Update M2/3 Release Notes
Issue-ID: AAF-921, AAF-925
Change-Id: I643138df179b0391c9cb86ecfad44be1e95e9b46
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|