aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib
AgeCommit message (Collapse)AuthorFilesLines
2015-01-29Perform some cleanupThomas Knall1-1/+1
- Remove ProcessDefinitionFactoryBean from applicationContext.xml. - Minor code cleanup.
2015-01-29add new methods to the dao interface, enhance db entityGerwin Gsenger3-27/+105
2015-01-29PEPSConnectorServlet: load document service url from moa properties instead ↵Alexander Marsalek2-7/+24
of included included resource file
2015-01-29merge bugfixesThomas Lenz2-35/+117
2015-01-29add inital (empty) implementation of the ProcessInstanceStoreDAOGerwin Gsenger3-1/+63
2015-01-29added qaa checkAlexander Marsalek1-16/+65
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner21-62/+83
- fix unit tests - correct namespaces - refactor package name
2015-01-29changes to get SI working,Alexander Marsalek2-19/+52
DocumentService: SI returns 500 instead of html page for GET requests => Nullpointerexception when LightweightSourceResolver tries to load the document SZRG: fiscalNumber was missing
2015-01-29Integrate processes with module discovery.Thomas Knall29-77/+109
- 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-29integrate process engine from project 'dti-process-engine'Gerwin Gsenger62-97/+1226
2015-01-29Merge branch 'MOAID-37'Thomas Knall22-68/+1674
2015-01-29Fix javadoc issues.Thomas Knall10-22/+22
2015-01-29Add STORK process (MOAID-58).Thomas Knall21-47/+1653
- 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 Wagner34-7/+2882
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming
2015-01-28switch to automated process selectionGerwin Gsenger1-9/+20
2015-01-28add automated process selectionChristian Wagner3-16/+35
2015-01-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger5-31/+167
ModuleRegistry at moa-id startup, fix typo in package name
2015-01-27initial version of ModuleRegistry and ModuleAuthGerwin Gsenger2-0/+69
2015-01-26Add comments to DefaultAuthentication.process.xml.Thomas Knall1-0/+1
2015-01-26Fix Javadoc, remove disabled code.Thomas Knall2-30/+8
- Partly fix javadoc of AuthenticationServer. - Remove disabled code from AuthenticationServer.
2015-01-26Add some comments to DefaultAuthentication.process.xml.Thomas Knall1-1/+2
2015-01-26Perform refactoring.Thomas Knall2-21/+22
- Rename ProcessIdentityLinkTask to PrepareAuthBlockSignatureTask.
2015-01-23Merge STORK2 fakeIDL extension into development branchThomas Lenz7-17/+153
2015-01-23Merge STORK2 code into development branchThomas Lenz10-45/+100
2015-01-23Fix typo in process description.Thomas Knall1-1/+1
2015-01-23Add foreign identity process support (MOAID-61).Thomas Knall12-129/+423
- 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-22Refactor VerifyIdentityLinkTask.Thomas Knall2-100/+61
- Prevent redundant code. - Store moa session before sending response. - Update javadoc for AuthenticationServer
2015-01-22Add mandate process support (MOAID-60).Thomas Knall15-241/+690
- 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 Knall15-123/+1228
- 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-19update librariesThomas Lenz1-1/+1
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4
2015-01-19Fix problem with PVP schemavalidation flagThomas Lenz1-1/+1
2015-01-19Fix wrong usage of servlet-api method.Thomas Knall1-1/+1
2015-01-19Add javax.servlet:javax.servlet-api dependency.Thomas Knall1-0/+11
2015-01-16Add dti-process-engine support.Thomas Knall3-1/+28
2015-01-16add configuration parameter to deactivate PVP metadata schema validationThomas Lenz2-1/+13
2015-01-16add HTTP Proxy support to MIS and SZR-GW webservice request methodsThomas Lenz2-2/+4
2015-01-16Add minor fixes and updates.Thomas Knall3-5/+25
- Fix moa-id-auth web.xml and upgrade to servlet 3.0. - Reformat loginFormFull.html in order to enhance readability. - Add some TODOs and FIXMEs. - Adding some comments to DispatcherServlet in order to ease understanding the process.
2015-01-16Merge branch 'ISA-1.18-action' into during_authsource_refactoringThomas Lenz26-145/+371
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OAPVP2ConfigValidation.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/SAMLVerificationEngine.java pom.xml
2015-01-14Apply some minor fixes.Thomas Knall2-2/+2
- Add some FIXMEs. - Fix moa-id-auth web.xml and switch to Servlet 3.0. - Fix moa-id-auth logging (replace commons-logging with commons-logging-slf4j bridge, use log4j native binding). - Adjust logging of periodical tasks (no more logging at info level).
2015-01-09Apply several fixes.Thomas Knall1-0/+3
- Disable erroneous IAIK PKI logger initialization (should be addressed by. - Remove redundant maven-dependency version declarations. - Fix maven/eclipse lifecyle warning problem.
2014-12-18signed the new fake idlFlorian Reimair3-10/+13
2014-12-18filled the template idl with dataFlorian Reimair3-5/+43
2014-12-18loaded fakeIdL templateFlorian Reimair2-0/+56
2014-12-17use config to decide whether to do fakeIdL or SZRGWFlorian Reimair1-3/+8
2014-12-17configurationFlorian Reimair1-0/+34
2014-12-04STORK<->PVP AttributeProvider : fix problem with more then one attribute in ↵Thomas Lenz1-1/+1
configuration
2014-11-28fixed optional signeddoc attribute queryFlorian Reimair1-0/+1
2014-11-27reenabled new isHCP attribute for storkFlorian Reimair2-4/+5
2014-11-27change ISA 1.18 roles yet another timeThomas Lenz1-3/+5
2014-11-25Fix build.Thomas Knall1-5/+4
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.