summaryrefslogtreecommitdiff
path: root/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth
AgeCommit message (Expand)AuthorFilesLines
2023-05-31refact(core): change some more internal representation to make it JSON serial...Thomas1-2/+1
2022-01-19refactor(core): change API parameters from 'Date' to 'Instant'Thomas1-2/+3
2022-01-08[fix] solve circular dependencies between 'AuthenticationManager', 'ModuleReg...Thomas1-17/+0
2021-04-21some small updates in central error-handlingThomas1-14/+16
2021-04-16Merge branch 'feature/VT-21-016' of gitlab.iaik.tugraz.at:egiz/eaaf_component...Thomas1-0/+1
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-10-21add new configuration property to switch between log-level "WARN" and "INFO" ...Thomas Lenz1-5/+5
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
2020-03-26fix codestyleThomas Lenz1-0/+3
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
2019-12-05some code code-style modificationsThomas6-181/+184
2019-12-04to some more code quality tasksThomas3-19/+19
2019-12-04common EGIZ code-style refactoringThomas Lenz7-660/+660
2019-11-12refactor AuthModule interface to inject current IRequest into selectProcess m...Thomas Lenz1-1/+3
2019-05-17refactor EAAF core to split API and ImplementationThomas Lenz6-0/+747