summaryrefslogtreecommitdiff
path: root/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp
AgeCommit message (Collapse)AuthorFilesLines
2023-05-31refact(core): change some more internal representation to make it JSON ↵Thomas1-2/+1
serializable
2022-04-12refact(config): split IConfigurationWithSP into two interfacesThomas3-28/+41
2022-01-19refactor(core): change API parameters from 'Date' to 'Instant'Thomas2-5/+6
2022-01-08[fix] solve circular dependencies between 'AuthenticationManager', ↵Thomas1-17/+0
'ModuleRegistration', and 'AuthModule' implementations
2021-04-21some small updates in central error-handlingThomas1-14/+16
2021-04-19refactor DateOfBirth in IAuthData and all implementations because ↵Thomas1-8/+13
DateOfBirth from SZR has not be a valid Date object
2021-04-19Merge branch 'feature/VT-21-016' into 'nightlyBuild'Thomas Lenz1-5/+7
Use custom SSLContext builder to generate BouncyCastle specific TrustManager... See merge request egiz/eaaf_components!23
2021-04-16Merge branch 'feature/VT-21-016' of ↵Thomas1-0/+1
gitlab.iaik.tugraz.at:egiz/eaaf_components into feature/VT-21-016 # Conflicts: # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller/ProtocolFinalizationController.java
2021-04-14some code optimization to reduce memory consumptionThomas1-2/+3
2021-04-07Interface extractionlalber1-2/+1
2021-03-30First version of featurelalber1-5/+6
2021-03-12refactor some code to Java Stream APIThomas1-0/+15
2021-03-10add AuthSessionWrapper for ID Austria specific informationThomas1-0/+25
2021-03-08First version of featurelalber1-5/+6
2021-02-24update error-GUI form to differ between internal und external error-codesThomas1-0/+1
2020-12-02add attribute-builder for piiTransactionId transferThomas Lenz1-1/+1
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ↵Thomas Lenz1-5/+5
based on internal errorIds remove duplicated logging
2020-07-30update MOA-Sig verification API to set signature-verification timestampThomas Lenz1-1/+9
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz1-0/+16
This is needed for processes in IFrames
2020-03-26fix codestyleThomas Lenz6-14/+19
2020-03-10Change internal representation of IssuerInstant from String to DateThomas Lenz1-2/+13
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-1/+9
2020-01-28fix typo and remove @deprecated flagsThomas Lenz1-12/+0
2019-12-05some code code-style modificationsThomas21-301/+296
active code-quality checks!
2019-12-04to some more code quality tasksThomas15-88/+87
2019-12-04common EGIZ code-style refactoringThomas Lenz28-1853/+1656
2019-11-21add stop condition to process-flow engine that can be set dynamically by tasksThomas Lenz1-0/+15
2019-11-12refactor AuthModule interface to inject current IRequest into selectProcess ↵Thomas Lenz1-1/+3
method
2019-09-16fix problems after interface refactoringThomas Lenz1-1/+1
2019-09-16add new configuration interfaceThomas Lenz2-50/+58
2019-06-06update authenticationData and attribute builderThomas Lenz1-0/+8
2019-06-05add useMandate flagThomas Lenz1-0/+8
2019-05-29add new attribute builderThomas Lenz2-12/+49
fix some injection and dependency problems
2019-05-24update IConfiguration interfaces to support SpringBoot resources as ↵Thomas Lenz2-18/+25
configuration source
2019-05-17refactor EAAF core to split API and ImplementationThomas Lenz19-0/+1990