summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth
AgeCommit message (Expand)AuthorFilesLines
2023-05-31refact(core): change some more internal representation to make it JSON serial...Thomas2-35/+142
2023-05-25feat(core): support Base64 to byte[] decoding is requiredThomas1-0/+4
2023-05-15refact(core): change process-data holder-implementation to use Jackson serial...Thomas1-1/+1
2023-05-13refact(core): remove double serialization in central error handlingThomas1-3/+1
2023-04-26feat(core): add extension-point to central errorHandler service to set applic...Thomas5-13/+107
2023-03-20fix(gui): escape error parameters that contains a '{' because that is not sup...Thomas1-1/+3
2023-03-10fix(ux): add error parameters, if they are available, in case of specific exc...Thomas1-1/+2
2023-01-09chore(core): change loglevel from 'error' to 'info'1.3.12Thomas1-1/+1
2022-12-19feat(core): support not-notified eIDAS LoAThomas1-1/+5
2022-11-30chore(core): switch log-level to INFO because log-level classification will b...Thomas1-1/+1
2022-11-29feat(core): add ticket-based error-handling service as EAAF core functionalityThomas1-0/+234
2022-10-24chore(core): add setter interfaces to inject an IRequestStorageThomas1-1/+6
2022-01-19refactor(core): change API parameters from 'Date' to 'Instant'Thomas1-14/+17
2022-01-08fix(core): remove test code from method on production levelThomas1-5/+1
2022-01-08[fix] solve circular dependencies between 'AuthenticationManager', 'ModuleReg...Thomas2-13/+26
2021-11-25fix bug in GUI rendering that apply if messages contains a single quoteThomas1-3/+10
2021-10-14remove thread-local variable from AuthenticationDataBuilderThomas1-17/+40
2021-09-14work-around to solve possible multi-thread issue in authentication-data builderThomas1-17/+31
2021-07-01add new 'errorHandling' type that illustrate any error on application side be...Thomas2-2/+3
2021-04-21add missing error-handling and add a few more testsThomas2-6/+17
2021-04-21some small updates in central error-handlingThomas5-358/+303
2021-04-19refactor DateOfBirth in IAuthData and all implementations because DateOfBirth...Thomas1-3/+7
2021-04-16Merge branch 'feature/VT-21-016' of gitlab.iaik.tugraz.at:egiz/eaaf_component...Thomas3-101/+153
2021-04-14log level via configlalber2-41/+8
2021-04-14ready for Testslalber1-0/+7
2021-04-08Rename interfacelalber2-13/+13
2021-04-07Interface extractionlalber3-263/+111
2021-04-01new handleErroNoRedirectlalber1-34/+16
2021-03-31inf recursion fixlalber1-10/+11
2021-03-30better error conf and some fixeslalber2-11/+17
2021-03-30Junit fixeslalber2-27/+89
2021-03-30add some Junit fixes and other spotbug based oneslalber2-32/+51
2021-03-30added some error Handlinglalber2-8/+16
2021-03-30no ticket or link fixlalber1-12/+13
2021-03-30Second version of featurelalber1-0/+18
2021-03-30First version of featurelalber2-155/+317
2021-03-26better error conf and some fixeslalber2-11/+17
2021-03-21Junit fixeslalber2-27/+89
2021-03-16add some Junit fixes and other spotbug based oneslalber2-33/+53
2021-03-12added some error Handlinglalber2-8/+16
2021-03-12refactor some code to Java Stream APIThomas2-26/+27
2021-03-12no ticket or link fixlalber1-12/+13
2021-03-11refactor BpkBuilder in eaaf-utilsThomas2-446/+1
2021-03-10add AuthSessionWrapper for ID Austria specific informationThomas1-0/+34
2021-03-10Second version of featurelalber1-0/+17
2021-03-08First version of featurelalber2-179/+339
2021-03-01change endpoints for protocol-finalization controller and add basic modul for...Thomas1-2/+2
2021-02-24update error-GUI form to differ between internal und external error-codesThomas1-14/+22
2021-02-23use internal-to-external error mapping for GUIThomas1-1/+1
2021-02-19fix wrong bPK calculation for XZVR and XERSB bpkTargetsThomas1-5/+31