aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-30small DAO code review from ThomasGerwin Gsenger1-23/+27
2015-01-30implement DAO methods, add exeptions to ProcessInstanceStoreDAO interfaceGerwin Gsenger3-34/+95
2015-01-29add new methods to the dao interface, enhance db entityGerwin Gsenger3-27/+105
2015-01-29add inital (empty) implementation of the ProcessInstanceStoreDAOGerwin Gsenger3-1/+63
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner22-63/+84
- fix unit tests - correct namespaces - refactor package name
2015-01-29integrate process engine from project 'dti-process-engine'Gerwin Gsenger63-100/+1303
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner35-9/+2886
- 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 Gsenger6-32/+168
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-23Fix typo in process description.Thomas Knall1-1/+1
2015-01-23Add foreign identity process support (MOAID-61).Thomas Knall13-140/+424
- 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 Knall23-448/+769
- 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 Knall22-129/+1265
- 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-19Fix wrong usage of servlet-api method.Thomas Knall1-1/+1
2015-01-19Add javax.servlet:javax.servlet-api dependency.Thomas Knall2-0/+22
2015-01-16Add dti-process-engine support.Thomas Knall6-1/+77
2015-01-16Add minor fixes and updates.Thomas Knall5-39/+76
- 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-14Apply some minor fixes.Thomas Knall5-2/+25
- 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 Knall9-8/+34
- Disable erroneous IAIK PKI logger initialization (should be addressed by. - Remove redundant maven-dependency version declarations. - Fix maven/eclipse lifecyle warning problem.
2015-01-07Set MOA modules' version to *-SNAPSHOT.Thomas Knall1-8/+26
2015-01-07Fix moa-id-auth-proxy pom.xml.Thomas Knall1-1/+1
- Replace version 2.0.0 with ${moa-id-proxy-version}.
2015-01-07Fix local repository.Thomas Knall1-0/+0
- Rename axis-1.0_IAIK_1.1.pom to appropriate axis-1.0_IAIK_1.2.pom.
2014-11-25Remove eclipse project settings from scm.Thomas Knall9-135/+0
2014-11-25Fix buggy test.Thomas Knall1-1/+2
2014-11-25Disable bogus test ↵Thomas Knall1-0/+2
eu.stork.peps.tests.DateUtilTestCase.testCurrentTimeStampAfter().
2014-11-25Fix local repository.Thomas Knall6-0/+27
- Add xerces/serializer, xerces/xercesImpl, xerces/xml-apis.
2014-11-25Fix build.Thomas Knall240-33189/+76
- 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.
2014-11-03Merge branch 'moa-2.1-Snapshot'MOA-SPSS-2.0.3MOA-ID-2.1.2Thomas Lenz239-16429/+4933
Conflicts: .gitignore
2014-11-03change loglevel to traceThomas Lenz2-10/+10
2014-11-03Merge branch 'merge' into moa-2.1-SnapshotAlexander Marsalek11-33/+125
2014-11-03add check if requested STORK-QAA level matches auth QAA levelThomas Lenz5-7/+42
2014-11-03fix problems with list accessThomas Lenz1-4/+7
2014-11-03add PVP SecClass to STORK QAA mappingThomas Lenz5-22/+76
2014-10-31Merge branch 'merge' into moa-2.1-SnapshotAlexander Marsalek49-47/+349
2014-10-31fix STORK dateOfBirth attributeThomas Lenz1-1/+1
2014-10-31remove debug codeThomas Lenz1-1/+1
2014-10-31exclude log4j-over-slf4jThomas Lenz1-0/+12
2014-10-31fix problem with MOA-IDP database updatesThomas Lenz1-2/+3
2014-10-31fix MOA-IDP stored twinceThomas Lenz3-7/+9
2014-10-31change PVP attribute provider loggingThomas Lenz1-2/+2
2014-10-31fix STORK DateFormatThomas Lenz2-2/+10
2014-10-31add depentency jaxrpc-impl for MOA-SPSS API callsThomas Lenz1-0/+12
2014-10-31add SZR Client configuration to handbook and default configThomas Lenz2-0/+152