aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12fix some problems in DispatcherServletThomas Lenz1-0/+1
2015-09-15fix problems with OracleDB and configuration storage implementationThomas Lenz1-1/+1
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz2-52/+0
communication) to discrete module
2015-09-14load protocol attribute builder dynamically by SPIThomas Lenz1-0/+30
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+1
authentication protocol modules are loaded by SPI now.
2015-08-14use old ConfigToolThomas Lenz1-17/+86
2015-07-21fix MOA-ID-Auth problemsThomas Lenz3-4/+15
2015-07-20fix problems with reversion logThomas Lenz2-0/+2
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz1-5/+0
2015-07-20split AuthBlock validation and MIS sessionID request into discrete taskThomas Lenz1-5/+11
2015-07-17Merge first STORK 2 changesThomas Lenz2-8/+17
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/ConsentEvaluator.java pom.xml
2015-07-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz3-1/+27
2015-07-03fix problems with dynamic PVP2X metadata refreshThomas Lenz2-1/+2
2015-07-03fix some configuration problemsThomas Lenz1-0/+0
2015-07-02new files for key/value configThomas Lenz1-0/+14
2015-07-02develThomas Lenz1-1/+2
2015-05-19integrating attribute correlation check for eidentifier, when present; ↵Bojan Suzic1-0/+5
updating mandate data; extending error messages
2015-05-05consent request cosmeticsFlorian Reimair1-8/+12
2015-02-19manuell merge: PEPSConnecterServlet --> PepsConnectorTaskThomas Lenz1-51/+0
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz7-4/+109
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall3-43/+0
- Add new maven module moa-id-modules and sub module moa-id-module-stork. - Move stork relates processes and task to module moa-id-module-stork. - Move module registration to modules package.
2015-01-30Fix applicationContext.xml and STORKAuthentication.process.xmlThomas Knall1-3/+3
2015-01-30Merge remote-tracking branch 'remotes/origin/MOAID-62'Thomas Knall3-2/+55
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/moduleregistration/AuthModuleImpl.java id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
2015-01-30Add dynamic servlet registration for STORK processes.Thomas Knall1-0/+14
- Add STORKWebApplicationInitializer.java - Adjust web.xml - Move STORK.authmodule.beans.xml to src/main/resources/...
2015-01-30Add Spring based discovery for STORKAuthModuleThomas Knall1-1/+0
- Add wildcard import to applicationContext.xml - Add some javadoc to AuthModule interface. - Remove STORKAuthModuleImpl from serviceloader based registration.
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner2-3/+3
- fix unit tests - correct namespaces - refactor package name
2015-01-29Integrate processes with module discovery.Thomas Knall4-15/+16
- Fix AuthModuleImpl process resource uri. - Create package at.gv.egovernment.moa.id.auth.modules with submodule "internal" and "stork". - Rename AuthModuleImpl to DefaultAuthModuleImpl (placed in at.gv.egovernment.moa.id.auth.modules.internal). - Move stork specific tasks to "...stork.tasks" and internal modules to "...internal.tasks". - Fix bean classes in applicationContext.xml - Move process descriptions to at.gv.egovernment.moa.id.auth.modules.[internal|stork]. - Add STORKAuthModuleImpl.
2015-01-29Merge branch 'MOAID-37'Thomas Knall3-2/+34
2015-01-29Add STORK process (MOAID-58).Thomas Knall3-2/+34
- Add STORKAuthentication.process.xml - Add PepsConnectorTask using code from PEPSConnectorServlet. - Split code from PEPSConnectorWithLocalSigningServlet into PepsConnectorHandleResponseWithoutSignatureTask and PepsConnectorHandleLocalSignResponseTask. - Replace SpringExpressionEvaluator within applicationContext.xml with SpringWebExpressionEvaluator (allowing expressions using request parameter(s)). - Make servlet mappings /PEPSConnectorWithLocalSigning and /PEPSConnector point to the process engine signaling servlet. - Add many FIXMEs marking problematic code. - Move code to start stork authentication from StartAuthenticationBuilder to CreateStorkAuthRequestFormTask. - Mark PEPSConnectorServlet and PEPSConnectorWithLocalSigningServlet deprecated. - Remove @author tknall from classes assembled using existing (bogus) code.
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner3-2/+55
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming
2015-01-28add automated process selectionChristian Wagner1-0/+1
2015-01-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger1-0/+2
ModuleRegistry at moa-id startup, fix typo in package name
2015-01-26Add comments to DefaultAuthentication.process.xml.Thomas Knall1-0/+1
2015-01-26Add some comments to DefaultAuthentication.process.xml.Thomas Knall1-1/+2
2015-01-26Perform refactoring.Thomas Knall1-20/+21
- Rename ProcessIdentityLinkTask to PrepareAuthBlockSignatureTask.
2015-01-23Merge STORK2 fakeIDL extension into development branchThomas Lenz1-0/+51
2015-01-23Fix typo in process description.Thomas Knall1-1/+1
2015-01-23Add foreign identity process support (MOAID-61).Thomas Knall1-3/+12
- moa-id auth web.xml: Replace servlet mapping "/GetForeignID". - Fix some javadoc of AuthenticationServer. - Set GetForeignIDServlet deprecated. - Remove redundant code across several classes. - VerifyIdentityLinkTask: Separate identity link verification from subsequent (a) creation of CreateXMLSignatureRequest (ProcessIdentityLinkTask) and (b) creation of InfoBoxReadRequest (CertificateReadRequestTask).
2015-01-22Add mandate process support (MOAID-60).Thomas Knall4-9/+20
- Refactor moa-id auth web.xml -- Group the servlets with their corresponding mappings. -- Replace servlets for mappings "/GetMISSessionID", "/VerifyAuthBlock", "/VerifyCertificate" and "/VerifyIdentityLink". -- Remove disabled declarations. - Replace link http://jigsaw.w3.org/css-validator/images/vcss-blue with https://... within the internal templates (loginFormFull.html, sendAssertionFormFull.html, ...). - Set classes deprecated: GetMISSessionIDServlet, VerifyCertificateServlet - ProcessEngineSignalServlet: make GET delegate to PUT - Replace some "implements MOAIDAuthConstants" with "import static MOAIDAuthConstants.*". - Add detailed Javadoc to *Task.java. - Update DefaultAuthentication.process.xml for mandate - Add GetMISSessionIDTask and VerifyCertificateTask. - Add adapter class for iaik.IAIKRuntimeException in order to satisfy some library's bogus dependendies.
2015-01-21Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59).Thomas Knall2-4/+12
- Fix oa web.xml, switch to servlet 3.0. - moa-id-auth web.xml -- Add CharacterEncodingFilter for UTF-8 encoding. -- Add ProcessEngineSignalServlet. - Fix invalid template_*.html. - Add TODO[branch] annotations in order to indicates potential process flow branches. - Add some missing Javadoc. - Add property processInstandId to AuthenticationSession. - Add process engine support. - Fix HttpServlet init issues. - Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated.
2015-01-16Add dti-process-engine support.Thomas Knall1-0/+15
2014-12-18loaded fakeIdL templateFlorian Reimair1-0/+51
2014-11-27change ISA 1.18 roles yet another timeThomas Lenz1-3/+5
2014-11-24add additional role mapppingThomas Lenz1-0/+10
2014-11-06add new role mapping entriesThomas Lenz1-2/+6
update STORK-QAA <--> PVP SecClass mapping
2014-11-04add STORK-QAA to PVP SecClass mappingThomas Lenz1-2/+8
2014-11-03add check if requested STORK-QAA level matches auth QAA levelThomas Lenz2-0/+2
2014-11-03add PVP SecClass to STORK QAA mappingThomas Lenz2-2/+9
2014-10-30update PVPRole to ECRole mappingThomas Lenz1-1/+1
2014-10-30update PVPRole to ECRole mappingThomas Lenz1-2/+2