summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-12/+7
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-7/+12
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-12/+7
* Use getSubjectCommonName()Bjørn Christian Seime2022-07-211-4/+1
* Simplify type definition for subject alternative namesBjørn Christian Seime2022-07-202-6/+6
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-201-1/+1
* Refer to correct secret version from signed docHåkon Hallingstad2022-06-091-1/+1
* Get config server CA certificate secret name from configHåkon Hallingstad2022-05-241-5/+4
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-067-7/+7
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-2/+2
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-3/+2
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-172-4/+4
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-031-2/+3
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-031-3/+2
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-021-2/+3
* Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
* More lazy debug log message generationJon Marius Venstad2021-04-281-2/+2
* Validate ips on registerMorten Tokle2021-04-091-2/+6
* Optional inject request entity to handler for POST,PUT,PATCHBjørn Christian Seime2021-03-262-8/+8
* Allow InstanceConfirmation as responseBjørn Christian Seime2021-03-231-1/+1
* Move classes to single package rootBjørn Christian Seime2021-03-227-15/+8
* Rewrite JAX-RS resources in athenz-identity-provider-service as request handlersBjørn Christian Seime2021-03-225-154/+103
* getNode(...) -> node(...)Jon Bratseth2021-02-101-1/+1
* Remove getNodes(...): Always use list(...)Jon Bratseth2021-02-091-1/+1
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-092-2/+2
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-092-2/+2
* Follow internal API changeJon Bratseth2021-02-092-2/+2
* Revert "Revert "Report metrics on athenz client errors""Morten Tokle2020-11-101-2/+3
* Revert "Report metrics on athenz client errors"Morten Tokle2020-11-091-3/+2
* Create DefaultZtsClient builderMorten Tokle2020-11-061-2/+3
* Inline unnecessary methodsMartin Polden2020-07-212-4/+5
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-255-5/+5
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-5/+5
* LogLevel.INFO -> Level.INFOgjoranv2020-04-252-4/+4
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-253-5/+5
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-256-6/+6
* Reduce log levelHarald Musum2020-04-151-3/+3
* Move SlimeUtils to vespajlibMartin Polden2020-02-062-2/+2
* Non-functional changesJon Bratseth2020-01-061-0/+1
* Read principal from cert CN on refreshMorten Tokle2019-11-261-1/+14
* Deserialize instant using jacksonMorten Tokle2019-11-121-6/+13
* Revert "Revert "Reapply #11146 Validate register and refresh""Morten Tokle2019-11-125-26/+169
* Revert "Reapply #11146 Validate register and refresh"Morten Tokle2019-11-125-169/+26
* Reapply #11146 Validate register and refreshMorten Tokle2019-11-115-26/+169
* Revert "Reapply "Validate register and refresh""Morten Tokle2019-10-315-158/+24
* Add tenantService configMorten Tokle2019-10-311-1/+1
* Use athenz domain from config to find tenant serviceMorten Tokle2019-10-301-5/+9