aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16feat(proxy): add support for custom eIDAS attribute-handler into ↵Thomas1-0/+20
ProxyEidasAttributeRegistry This allow more sopisticated attribute-processing than simple mapping to IDA attributes
2022-08-05feat(proxy-service): add work-around to support mandates for legal- and ↵Thomas1-1/+68
natural-persons in parallel
2022-06-08chore(core): minory style, test and validation fixesThomas1-1/+1
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on ↵Thomas2-36/+216
external configuration
2022-06-07feat(eidas): include IDA releated requested attributes into service-provider ↵Thomas1-1/+13
configuration
2022-06-07feat(eidas): update proxy-service attribute registry to request releated ↵Thomas1-2/+11
attributes
2022-06-07test(eidas): move jUnit tests into other packageThomas4-4/+4
2022-06-07feat(eidas): add attribute-mapping service to map eIDAS attributs to IDA ↵Thomas1-0/+95
attributes
2022-06-07refact(eidas): rename package names, because there was a copy&past mistakeThomas4-0/+0
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas2-56/+51
code and connector-specific elements
2022-05-13refact(core): switch to eaaf-components 1.3.x and replace 'java.util.Date' ↵Thomas1-3/+3
by 'java.time.Instant'
2022-03-08refactor(core): move all project libs into sub-project 'modules'Thomas4-0/+1409