summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpUtils.java
AgeCommit message (Expand)AuthorFilesLines
2023-12-20style(core): fix code-style issueThomas1-1/+1
2023-12-20feat(core): add one more default implementation of HttpClientResponseHandlerThomas1-0/+28
2023-10-02chore(core): code clean-up and optimizationThomas1-2/+26
2023-08-31feat(core): refactor to openSAML 5 for Java 17Thomas1-20/+23
2021-11-18add method to inject http headers into Apache HTTP-Client requestsThomas1-0/+19
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas1-12/+10
2021-01-07add a second Apache Http-Client response-handler as default implementationThomas Lenz1-0/+25
2020-11-26add building block of a http ResponseHandler that returns the http status-codeThomas Lenz1-0/+23
2020-06-15fix Code-Quality problem1.1.5Thomas Lenz1-4/+4
2020-06-12add TrustStore SSLContext builderThomas Lenz1-25/+91
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz1-6/+2
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz1-2/+12
2020-05-05refactor interface of method 'buildSslContextWithSslClientAuthentication' to ...Thomas Lenz1-6/+9
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-0/+194