summaryrefslogtreecommitdiffstats
path: root/auth
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12Merge "Fixed sonar issues in Approval.java"Jonathan Gathman1-57/+56
2019-07-12Merge "Fixed sonar issue in ApprovalSet.java"Jonathan Gathman1-1/+1
2019-07-12Merge "Fixed sonar issue in URApproval.java class"Jonathan Gathman1-1/+1
2019-07-09Merge "Cred delete fixes"Sai Gandham12-96/+198
2019-07-08Cred delete fixesGathman, Jonathan (jg1555)12-96/+198
Issue-ID: AAF-857 Change-Id: I5e590eec0e18a17bb9f89d7f704c86fca3f377de Signed-off-by: Gathman, Jonathan (jg1555) <jg1555@us.att.com>
2019-07-05Fixed sonar issues in Approval.javaArundathi Patil1-57/+56
Fixed multiple sonar issues across this file Issue-ID: AAF-862 Change-Id: I7d2fa8a533ca321ed64646a8aeb302830da751f9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issue in ApprovalSet.javaArundathi Patil1-1/+1
Removed declaration of CadiException as it is never thrown from the method Issue-ID: AAF-861 Change-Id: I02f5c0e5c9c664da788109d00bb30ed9c10a6e88 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-05Fixed sonar issue in URApproval.java classArundathi Patil1-1/+1
Removed the declaration of thrown CadiException as it is never thrown from the method. Issue-ID: AAF-860 Change-Id: I62af4f65923f3e1eb995118421d68f4f843caeb5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-03Merge "Approval page flaw"Sai Gandham2-3/+2
2019-07-03Merge "Fixed deref of null object at error message"Jonathan Gathman1-1/+6
2019-07-03Approval page flawInstrumental2-3/+2
Issue-ID: AAF-857 Change-Id: Ib691e240f9427006ec6d909671207cbaaeca7473 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-02update Approvals from TestingInstrumental8-240/+327
Issue-ID: AAF-857 Change-Id: Ic7780678991f5d3f25f2634d1a8b15cc03f62592 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-28Updates for DirectLocatorInstrumental2-5/+7
Issue-ID: AAF-857 Change-Id: I55cdedad9dfaf4be8c785aa5f503f71fe4504070 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-27SONAR flagged fixesInstrumental4-20/+24
Issue-ID: AAF-857 Change-Id: I0b2d6b985fd7f8abc3d133d6db37865aa300e75f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-26Changes from Onsite TestsInstrumental13-48/+153
Issue-ID: AAF-857 Change-Id: I3fbed32ff5b2bb8f05f4f932c8dc2f4012c8b429 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-20Fixes/Refinements from TestingInstrumental58-250/+720
Issue-ID: AAF-857 Change-Id: I2c5a542982b77011ad4ed5c41e08e045c83e2e3f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-11Update for more Logging InfoInstrumental17-92/+284
Issue-ID: AAF-853 Change-Id: I51e9160e2b53ebf74ba5f93c9a634a790f7ed848 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-08Agent correctly sort Cert Chain/TruststoreInstrumental13-25/+45
GUI fix Issue-ID: AAF-852 Change-Id: Ie703b7aee0a77074fac5c1aab3bdf402862243ac Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-05Fixed deref of null object at error messageOleksandr Moliavko1-1/+6
Issue-ID: AAF-837 Change-Id: Ied689ca30d0949e92a92b723fc77f417ade5f0e8 Signed-off-by: AlexMolyavko <o.moliavko@samsung.com>
2019-06-03move to JJB, missed filesInstrumental1-11/+0
Issue-ID: AAF-842 Change-Id: I4f5d7bd8ecc86bdb11d55928d9461aae5efe10d2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-06-03move to JJBInstrumental12-122/+1
Issue-ID: AAF-842 Change-Id: Iaa9512a2201f74c0b1e92bd7ad9a1fa05b94bb54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Switch to new Locate FeaturesInstrumental12-16/+22
Issue-ID: AAF-839 Change-Id: I3122d32330c7e0fab533db8355183dbff68f7cc7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31Update DNSLocator code and useInstrumental10-22/+165
Issue-ID: AAF-838 Change-Id: Ieaf112365e40237b6f252371d2d2f95e9bc47f89 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-31add junits to auth cassSai Gandham3-141/+106
renamed direct locator creator Issue-ID: AAF-111 Change-Id: I72889a00502f68cab39b572f184cd23189e87640 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-29fix another minor SonarInstrumental1-2/+3
Issue-ID: AAF-835 Change-Id: I923b05c702060dea0b23aa343a7203782511d52f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-29Post Init Service StarterInstrumental72-1813/+1220
minor fixes Remove JU generated garbage files Issue-ID: AAF-835 Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-24more junits to auth cass moduleSai Gandham10-81/+447
Issue-ID: AAF-111 Change-Id: I7a1d2fd1568c9270174133e266d9590fe769dc7e Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-23El Alto start with 2.1.14Instrumental24-20/+19
Issue-ID: AAF-834 Change-Id: I35cb2c87889f8ed51527c4cd5cfa79789ccd20b0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-20Add junits to auth cassSai Gandham9-11/+3190
Issue-ID: AAF-111 Change-Id: I65684b72d3b9e9bb9314345b2dd6efd1c5efa4f2 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-12Add more junits to auth cassdelete4.0.0-ONAPSai Gandham8-9/+1839
fixed exceptions and add more junits Issue-ID: AAF-111 Change-Id: Iffe75bbc87078896c37a70a549bfbcc39735a21d Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-03Adjust STAGING tagInstrumental1-2/+2
Issue-ID: AAF-823 Change-Id: I9738105929c5b12ddf5cd11664ec701848593765 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-03Fix JU_CachInfoDAOInstrumental1-3/+3
Issue-ID: AAF-111 Change-Id: I189c3409be242daf3f48079ab7cad1327386b1b9 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-03Merge "AAF STAGING tags"Sai Gandham1-4/+6
2019-05-03AAF STAGING tagsGathman, Jonathan (jg1555)1-4/+6
Issue-ID: AAF-823 Change-Id: I1dbb1c61f7a9cbad6fa9e1673fb675c85cb29797 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02update by DMaap Request #22.1.13Instrumental6-835/+836
Issue-ID: AAF-824 Change-Id: I55393c1b3344c7c23a3dfa2283f42b548c36bd8b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02Merge "add few junits"Jonathan Gathman2-0/+725
2019-05-02add few junitsSai Gandham2-0/+725
Skipped some as need cleanup due to exception. Issue-ID: AAF-111 Change-Id: Ie548e40261a9b8fa5ff9f2153a3a2dea840ede6a Signed-off-by: Sai Gandham <sg481n@att.com>
2019-05-02update by DMaap RequestInstrumental7-804/+805
Issue-ID: AAF-824 Change-Id: Id7a4b31692620ec7b077403115da975511aadd8d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-02Version to 2.1.13Instrumental16-16/+16
Issue-ID: AAF-785 Change-Id: I5e675b1ab0e25e89996c25da98412642800646dd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-05-01Initialization issuesInstrumental9-22/+28
Issue-ID: AAF-822 Change-Id: I34b2e1cb73667238c1c0561ff47b76cbdd7af2e3 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-30Merge "Clean LOCAL Dir based on VERSION"Sai Gandham8-19/+139
2019-04-30Clean LOCAL Dir based on VERSIONInstrumental8-19/+139
Issue-ID: AAF-821 Change-Id: I5fde81467d46130d3a39de415604c7702fecbaa8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-30update AAI grants to SNDCInstrumental6-791/+791
Issue-ID: AAF-821 Change-Id: I9c18efaaa82bbb73cdc45cf8cf424e3fe6e5dba0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-29Latest Dublin Init DataInstrumental6-975/+972
Issue-ID: AAF-813 Change-Id: Ie7f1d1c7f07a0e51c8c368efd2aa4555bde811dd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-23Change Version to 2.1.12-SNAPSHOTInstrumental15-15/+15
Issue-ID: AAF-819 Change-Id: I9c85ceef4bd35d1877279d72e0f9a9f042cc06d1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-23Update Approval in BatchInstrumental4-111/+102
Issue-ID: AAF-811 Change-Id: Iaed4c46901d5bd452979b1415cdccf85ce55211b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-22CSIT version variance handlingInstrumental3-1/+67
Issue-ID: AAF-816 Change-Id: I0f4b53825b9c94ff5016fcfcf928150fbf2ab175 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-22Merge "Update CSIT for non SNAPSHOT"Sai Gandham1-1/+1
2019-04-22Update CSIT for non SNAPSHOTInstrumental1-1/+1
Issue-ID: AAF-785 Change-Id: I837464266186c14932182e2fb0d3a04fa20b3951 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-04-22Update init data for dmaap-bcInstrumental6-807/+887
Issue-ID: AAF-813 Change-Id: I55529f046d2b4b0e5007c6d68ada5ad293ebba96 Signed-off-by: Instrumental <jonathan.gathman@att.com>