aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner1-1/+1
- fix unit tests - correct namespaces - refactor package name
2015-01-29integrate process engine from project 'dti-process-engine'Gerwin Gsenger32-84/+275
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner23-0/+1992
- 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 Wagner2-16/+34
2015-01-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger4-31/+165
ModuleRegistry at moa-id startup, fix typo in package name
2015-01-27initial version of ModuleRegistry and ModuleAuthGerwin Gsenger2-0/+69
2015-01-26Fix Javadoc, remove disabled code.Thomas Knall2-30/+8
- Partly fix javadoc of AuthenticationServer. - Remove disabled code from AuthenticationServer.
2015-01-26Perform refactoring.Thomas Knall1-1/+1
- Rename ProcessIdentityLinkTask to PrepareAuthBlockSignatureTask.
2015-01-23Add foreign identity process support (MOAID-61).Thomas Knall11-126/+411
- 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 Knall11-232/+670
- 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 Knall13-119/+1216
- 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-16Add dti-process-engine support.Thomas Knall1-1/+3
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-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-11-03Merge branch 'moa-2.1-Snapshot'MOA-SPSS-2.0.3MOA-ID-2.1.2Thomas Lenz144-16048/+1928
Conflicts: .gitignore
2014-11-03change loglevel to traceThomas Lenz2-10/+10
2014-11-03Merge branch 'merge' into moa-2.1-SnapshotAlexander Marsalek6-31/+110
2014-11-03add check if requested STORK-QAA level matches auth QAA levelThomas Lenz2-7/+36
2014-11-03fix problems with list accessThomas Lenz1-4/+7
2014-11-03add PVP SecClass to STORK QAA mappingThomas Lenz3-20/+67
2014-10-31Merge branch 'merge' into moa-2.1-SnapshotAlexander Marsalek7-23/+60
2014-10-31fix STORK dateOfBirth attributeThomas Lenz1-1/+1
2014-10-31remove debug codeThomas Lenz1-1/+1
2014-10-31change PVP attribute provider loggingThomas Lenz1-2/+2
2014-10-31fix STORK DateFormatThomas Lenz1-2/+9
2014-10-30fix for "failed "SignResponses (ResultMajor != Success)Alexander Marsalek1-94/+108
2014-10-30fix dependency problemsThomas Lenz1-10/+8
2014-10-30update log messagesThomas Lenz3-4/+16
2014-10-30if no PVP EID-SECTOR-FOR-IDENTIFIER attribute is found, parse target from ↵Thomas Lenz1-2/+22
bPK attribute value prefix
2014-10-30set PVP SP metadata wantAssertionSigned=falseThomas Lenz1-1/+1
2014-10-29Merge branch 'ISA-1.18-action' into moa-2.1-SnapshotThomas Lenz138-15914/+1485
Conflicts: id/server/idserverlib/pom.xml
2014-10-29Update third-party libsThomas Lenz5-18/+104
- some implementation updates was required
2014-10-29update STORK specific attribute build processThomas Lenz2-34/+63
2014-10-29print StackTrace if an general error occursThomas Lenz1-1/+1
2014-10-29Update authdate generation from interfedered assertion informationThomas Lenz7-3/+115
2014-10-27store additional raw PVP role StringThomas Lenz2-3/+15
2014-10-24Revert "add authentication role management"Thomas Lenz2-0/+186
This reverts commit 33be86224cfb2dd95a0654b92ae2e36ae1b3a85b.
2014-10-24add authentication role managementThomas Lenz2-186/+0
2014-10-24add new classes for Role managementThomas Lenz2-0/+186
2014-10-24Refactore STORK attribute generation from AuthDataThomas Lenz1-15/+60
2014-10-24update STORK <-> PVP gateway functionalityThomas Lenz13-83/+162
2014-10-24update dynamic OA generationThomas Lenz5-45/+106
2014-10-24fix possible NullpointerExceptionThomas Lenz1-8/+3
2014-10-24refactor bPK/wbPK builderThomas Lenz1-32/+37
2014-10-22add PVPAuthentication providerThomas Lenz3-0/+290
2014-10-22change Attribute Provider interfaceThomas Lenz7-17/+23