aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
AgeCommit message (Collapse)AuthorFilesLines
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-5/+5
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz1-88/+192
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-23/+28
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-13/+6
to Spring
2016-02-10Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz1-6/+6
Conflicts: id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
2016-02-08fix possible bottleneck in case of high load and a low number of allowed ↵Thomas Lenz1-9/+8
database connections
2016-01-27fix unresolved dependency in SAML1 authentication moduleThomas Lenz1-4/+3
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-0/+43
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+592
authentication protocol modules are loaded by SPI now.