From c732eccaaa0bae8ec551dabfed165991b1c2fcff Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 26 Feb 2016 08:31:11 +0100 Subject: Add initial version of ELGA mandate-service authentication-module --- id/server/auth/pom.xml | 5 ++ .../moa-id-module-elga_mandate_service/.gitignore | 1 + .../moa-id-module-elga_mandate_service/pom.xml | 47 +++++++++++++++ .../elgamandates/ELGAMandatesAuthConstants.java | 51 ++++++++++++++++ .../elgamandates/ELGAMandatesAuthModuleImpl.java | 69 ++++++++++++++++++++++ .../ELGAMandatesSpringResourceProvider.java | 64 ++++++++++++++++++++ ...iz.components.spring.api.SpringResourceProvider | 1 + .../DefaultAuth_with_ELGA_mandates.process.xml | 53 +++++++++++++++++ .../moaid_elga_mandate_client_auth.beans.xml | 36 +++++++++++ id/server/modules/pom.xml | 1 + 10 files changed, 328 insertions(+) create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/.gitignore create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/pom.xml create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/src/main/java/at/gv/egovernment/moa/id/auth/modules/elgamandates/ELGAMandatesAuthConstants.java create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/src/main/java/at/gv/egovernment/moa/id/auth/modules/elgamandates/ELGAMandatesAuthModuleImpl.java create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/src/main/java/at/gv/egovernment/moa/id/auth/modules/elgamandates/ELGAMandatesSpringResourceProvider.java create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/at/gv/egovernment/moa/id/auth/modules/elgamandates/DefaultAuth_with_ELGA_mandates.process.xml create mode 100644 id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/moaid_elga_mandate_client_auth.beans.xml (limited to 'id') diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index f7b2731fe..2faee730e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -152,6 +152,11 @@ moa-id-module-openID + + MOA.id.server.modules + moa-id-module-elga_mandate_service + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/moaid_elga_mandate_client_auth.beans.xml b/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/moaid_elga_mandate_client_auth.beans.xml new file mode 100644 index 000000000..89f1edd06 --- /dev/null +++ b/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/moaid_elga_mandate_client_auth.beans.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/id/server/modules/pom.xml b/id/server/modules/pom.xml index f35869077..77d63c35c 100644 --- a/id/server/modules/pom.xml +++ b/id/server/modules/pom.xml @@ -27,6 +27,7 @@ moa-id-module-eIDAS moa-id-modules-federated_authentication + moa-id-module-elga_mandate_service -- cgit v1.2.3