aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/builder/attributes
AgeCommit message (Expand)AuthorFilesLines
2018-07-02add Annotations to AttributeBuilderThomas Lenz21-0/+42
2018-06-22some more pvp2 updatesThomas Lenz3-80/+5
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz1-1/+1
2018-06-15first tests with PVP2 S-Profil and SAML1Thomas Lenz1-0/+76
2018-06-14untested, but without dependency problemsThomas Lenz1-1/+1
2018-06-14some more stuffThomas Lenz20-460/+431
2018-06-14more refactoring staffThomas Lenz3-17/+37
2018-05-28refactore code to use EAAF core componentsThomas Lenz36-713/+186
2018-02-01change Base64 encoder implementation to prohibit newLines in Base64 stringsThomas Lenz5-15/+14
2018-01-29switch BASE64-encoder implementation to prohibit newLines in BASE64 stringThomas Lenz1-3/+4
2017-11-27add PVP attribute for eIDAS QAA levelThomas Lenz3-2/+50
2017-11-27fix nullpointer in MandateNaturalPersonBPKAttributeBuilder.javaThomas Lenz1-7/+13
2017-10-19optimize logging in eIDAS moduleThomas Lenz5-6/+6
2017-10-19add new eIDAS representative attributes from eIDAS spec. 1.2Thomas Lenz2-52/+83
2017-10-13switch log levels to infoThomas Lenz9-15/+15
2017-10-13fix bug in MandateNaturalPersonBPKAttributeBuilder.java that sets attribute v...Thomas Lenz2-1/+23
2017-10-13enable mandates for eIDAS nodesThomas Lenz4-21/+11
2017-09-22update eIDAS attribute builder for legalPersonIdentifierThomas Lenz2-33/+43
2017-02-22Refector eIDAS attribute generation do a dynamic way similar to the PVP attri...Thomas Lenz1-0/+7
2016-10-25fix another problem in session databaseThomas Lenz2-4/+4
2016-05-11fix a minor flaw in prof. rep. textual OID descriptionThomas Lenz1-1/+4
2016-03-24fix empty attribute problemThomas Lenz1-4/+7
2016-03-22add revisions log entriesThomas Lenz1-1/+1
2016-03-21add missing PVP attribute 'mandate-type-oid'Thomas Lenz1-0/+59
2016-03-14refactor the GUI generation for user interactionThomas Lenz32-33/+33
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz4-7/+2
2016-03-02temporarily commit to save stateThomas Lenz10-217/+289
2016-03-01add HolderOfKey PVP-Attribute builder for testingThomas Lenz1-0/+67
2016-01-12refactore STORK authentication module to use generic MOASession data-storageThomas Lenz1-1/+3
2015-10-08refactor attributeBuilder OA parameter from implementation to interfaceThomas Lenz31-32/+62
2015-09-14load protocol attribute builder dynamically by SPIThomas Lenz33-0/+2079