summaryrefslogtreecommitdiffstats
path: root/cadi/core/src
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19Fix Hash.toHex for odd character StringsInstrumental2-57/+73
Also, made two functions work the same, and removed CadiException Because CadiException removed, covered "FileGetter" with NullCheck Issue-ID: AAF-941 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I7ee13ab98d3a70c1cdc59573921e0948ef198f9c
2020-05-15Improve PoolInstrumental3-111/+297
Move interface Log out, make JUPool test the functionality better, add "tooManyObjects" to help control memory. Minor BasicEnv for standalone usability. included ".checkstyle" files, generated by Eclipse/Maven to .gitignore. They shouldn't be in repo. Issue-ID: AAF-1146 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189
2020-04-15Fix CADI Connection to Remote DNS AAF servers on proxied networkRene Glover5-262/+327
Java CADI client code and web filter has been fixed to allow specification of a fixed hostname for connecting to AAF service and avoiding use of the AAF Locator service to bootstrap. The CADI code was also updated to avoid pre-resolving DNS in this scenario. This fix is necessary to address use cases where the AAF servers live in a different network domain from the CADI client where the access point is through a proxied endpoint and the DNS name is unresolvable on the network where the CADI client code is executing. Issue-ID: AAF-1123 Signed-off-by: Rene Glover <rene.glover@att.com> Change-Id: I8835b7445e9bc1f6e89380462062748b53e078e5
2019-12-20Minor changes for Organization needsInstrumental2-4/+5
Issue-ID: AAF-1058 Change-Id: I446f630b197657f9d20222a69101437af3ae33e6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-11Add a MassMail Batch ProgramInstrumental5-14/+106
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-02Merge "ADDING Functional interface"Jonathan Gathman1-1/+1
2019-12-02Merge "Adding @Functional Interface"Jonathan Gathman2-0/+3
2019-11-27Fixes from Regression TestsInstrumental1-1/+1
Issue-ID: AAF-1058 Change-Id: I7d3ace9cef69a163c2ec0c9a48583fdfa9ca20af Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-21Merge "Sonarfix"Jonathan Gathman1-3/+3
2019-11-20Fix namesInstrumental1-49/+0
Issue-ID: AAF-1046 Change-Id: Idd0d5e2272863f021842eaa604e11728c1379c5f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-08ADDING Functional interfacemanisha071-1/+1
Issue-ID: AAF-1031 Change-Id: Ied54985ca1222734edd66eb81c5cc0cc2dceee61 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07Adding @Functional Interfacemanisha072-0/+3
Issue-ID: AAF-1031 Change-Id: Ief5c43c74818845599da79455b36b2081bb9f52c Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07Sonarfixmanisha071-3/+3
Issue-ID: AAF-1031 Change-Id: I7cb71ece24eafd50340b0ad84c6e8e7f6bddf1f6 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-10-15Sonar Fixes, FormattingInstrumental156-1381/+1381
Issue-ID: AAF-1019 Change-Id: Ica49d9e7323aad9622ff9d95cc21b87430c22c54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-17move the method to comply with java code conventionsThugutla sailakshmi1-7/+4
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>
2019-09-16Improved multi Proxy DNSLocator basedInstrumental2-2/+12
Issue-ID: AAF-961 Change-Id: I21d4a8013ca6f65306e32c5a2e2fa4ba230df2b7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-10OParent 2.1.0Instrumental1-0/+7
Issue-ID: AAF-966 Change-Id: I2de5d5747ce8bce4ba2cfe11f5c407869d3be20d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-25Remove the declaration of thrown exceptionanushadasari1-1/+1
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>
2019-08-07Remove Tabs, per JococoInstrumental24-1516/+1516
Issue-ID: AAF-932 Change-Id: I3ab0ebcc082048d2d1424a58a90ea479fb005ee6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-06Merge "AAF-892- move the variable to follow rules"Jonathan Gathman1-1/+4
2019-07-24update Agent for HelmInstrumental1-0/+2
Issue-ID: AAF-904 Change-Id: I015cd19dcf95d1edfd86542750acc95447726120 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-22Change API Version to 2.1.15Gathman, Jonathan (jg1555)2-1/+14
Issue-ID: AAF-902 Change-Id: I25ea4791fcbe45612197d7206b4af1ae23b6c489 Signed-off-by: Gathman, Jonathan (jg1555) <jg1555@us.att.com>
2019-07-21AAF-892- move the variable to follow rulesThugutla Sailakshmi1-1/+4
move the variables according to the rules Issue-ID: AAF-882 Change-Id: Iaaa41f54eb32f6dc793fa7a63b87927158028a7f Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-12Adjust Agent for none K8sInstrumental3-2/+8
Issue-ID: AAF-857 Change-Id: Iae6ab3800376465deb69d735d1ab38c931b46688 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-08Cred delete fixesGathman, Jonathan (jg1555)2-7/+4
Issue-ID: AAF-857 Change-Id: I5e590eec0e18a17bb9f89d7f704c86fca3f377de Signed-off-by: Gathman, Jonathan (jg1555) <jg1555@us.att.com>
2019-06-28Updates for DirectLocatorInstrumental2-5/+21
Issue-ID: AAF-857 Change-Id: I55cdedad9dfaf4be8c785aa5f503f71fe4504070 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-27SONAR flagged fixesInstrumental2-7/+25
Issue-ID: AAF-857 Change-Id: I0b2d6b985fd7f8abc3d133d6db37865aa300e75f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-26Changes from Onsite TestsInstrumental2-3/+7
Issue-ID: AAF-857 Change-Id: I3fbed32ff5b2bb8f05f4f932c8dc2f4012c8b429 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-11Update for more Logging InfoInstrumental14-29/+121
Issue-ID: AAF-853 Change-Id: I51e9160e2b53ebf74ba5f93c9a634a790f7ed848 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-08Agent correctly sort Cert Chain/TruststoreInstrumental2-8/+48
GUI fix Issue-ID: AAF-852 Change-Id: Ie703b7aee0a77074fac5c1aab3bdf402862243ac Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Switch to new Locate FeaturesInstrumental1-1/+16
Issue-ID: AAF-839 Change-Id: I3122d32330c7e0fab533db8355183dbff68f7cc7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Update DNSLocator code and useInstrumental1-5/+12
Issue-ID: AAF-838 Change-Id: Ieaf112365e40237b6f252371d2d2f95e9bc47f89 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-29Post Init Service StarterInstrumental2-20/+37
minor fixes Remove JU generated garbage files Issue-ID: AAF-835 Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-30Clean LOCAL Dir based on VERSIONInstrumental1-1/+1
Issue-ID: AAF-821 Change-Id: I5fde81467d46130d3a39de415604c7702fecbaa8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-13Improve Upload BatchInstrumental1-0/+8
Issue-ID: AAF-811 Change-Id: Ia2289c764d0c5a14627d58349397a121f1960703 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-10switch Internal/External Locator Names for DublinInstrumental2-16/+36
Issue-ID: AAF-808 Change-Id: If7c600cddef0f7d0fce1a8f7b1518d9ffe0983fe Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-05Refine Helm Client ChartsInstrumental3-20/+20
Issue-ID: AAF-802 Change-Id: Ie00cd2919eeecef00aac1dae139c7ef80092589a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-03Create Helm based Certificates for ClientsInstrumental3-49/+85
Issue-ID: AAF-802 Change-Id: I5fdc4daecd6bac7f042940473784cfb05c9e338e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-27remove INFORMATIONAL emailInstrumental1-9/+10
Users found confusing. Can be reinstated later if matching GUI elements created.. Correct Onboard Doc Issue-ID: AAF-798 Change-Id: Ic3672626df919791141f897ed11c818e594c8d7b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-26Mod some loggingInstrumental1-10/+9
Issue-ID: AAF-798 Change-Id: I1b97d309b0a2b86e49dd79d6b712f1c4506647cd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-16Changes from Batch TestInstrumental1-0/+1
Issue-ID: AAF-789 Change-Id: Id07cb5dbc29c52b85de09471510a5c44c8b368b8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-13Batch Test improvementsInstrumental2-9/+23
Issue-ID: AAF-776 Change-Id: Ia12106331a1db608955abd353785ab2e765b3c41 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-07Improve BatchesInstrumental9-96/+138
Issue-ID: AAF-740 Change-Id: Ib3e8a3f977964eed2e992dc02154dd3bc90492df Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-22Refine Local Agent.sh useInstrumental1-29/+9
Issue-ID: AAF-770 Change-Id: Ic6593bde1e16db35cf538cb1d2caa152016f3a82 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20Locator Service link correctionInstrumental1-7/+28
Issue-ID: AAF-667 Change-Id: Ie7443f985c6d8dfb6955419695c58ae3be116afc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20fix new openssl, data, etcInstrumental4-42/+78
Issue-ID: AAF-667 Change-Id: Ic87c5159c453c293d845abea6be0c4cfb3164fc1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-18More refinement, Agent.shInstrumental2-47/+32
Issue-ID: AAF-667 Change-Id: I3898f3378fffb0ed89ad84cb80942d1ded51b3d4 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-16Other minor batch changesInstrumental1-2/+2
Issue-ID: AAF-740 Change-Id: Id093e584e5436d4db620acd5701fd31fdf4fce0d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-15Batch work and clientInstrumental2-9/+14
Issue-ID: AAF-740 Change-Id: I16da4f2a87ec5d19590f0af642b91f9e2e02b246 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-10Add Cred Reporting MailerInstrumental1-2/+2
Issue-ID: AAF-740,AAF-753,AAF-754 Change-Id: If2efc6ffbfa9897581ea00eb148fa61d793b058e Signed-off-by: Instrumental <jonathan.gathman@att.com>