aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src
AgeCommit message (Collapse)AuthorFilesLines
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz5-55/+93
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21add functionality to support more than one ELGA mandate-serviceThomas Lenz8-14/+139
2016-10-21fix possible multi-threading problem with database connectionsThomas Lenz6-187/+31
2016-10-21update SSL certificate revocation-checking method-order if the IAIK_PKI ↵Thomas Lenz4-27/+25
module is used
2016-09-20remove unused codeThomas Lenz1-56/+56
2016-08-16change STORK QAA to eIDAS LoAThomas Lenz5-29/+76
2016-08-12fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0Thomas Lenz1-0/+10
2016-07-01Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz10-197/+129
eIDAS_node_implementation
2016-07-01refactor some more parts of SSL TrustManagerThomas Lenz2-2/+39
2016-06-29Merge branch 'currenteidas' into moapid-3.2-opb-redisChristian Maierhofer2-14/+10
Conflicts: id/server/modules/moa-id-module-openID/src/test/java/test/at/gv/egovernment/moa/id/auth/oauth/CertTest.java
2016-06-29some additional SSLTrustManager updateThomas Lenz1-6/+6
2016-06-29small change in SSLTrustManager CertStore configThomas Lenz1-8/+4
2016-06-29using annotations for hibernate configuration nowChristian Maierhofer4-8/+14
2016-06-29Merge branch 'eIDAS_node_implementation_remote' into moapid-3.2-opb-redisChristian Maierhofer21-697/+228
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/AbstractController.java id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/session/AssertionStore.java
2016-06-28statisticlogger dbcp connection poolChristian Maierhofer14-201/+139
2016-06-21add eIDAS bPK prefix: urn:publicid:gv.at:eidasid+Thomas Lenz2-1/+14
2016-06-21fix Bug in 'parse document from input stream' method which produce a ↵Thomas Lenz1-5/+7
SaxParserException if DebugLevel is 'debug'
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz1-1/+4
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz5-130/+64
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java
2016-06-07Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementationThomas Lenz15-680/+177
2016-05-30fix problem with MOA-ID-configuration GUI and SecurityLayer Templates in ↵Thomas Lenz1-3/+6
legacy mode
2016-05-18changed constants to final static hash mapChristian Maierhofer1-1/+12
2016-05-17fix problem with MS-SQL and indexing strategyThomas Lenz1-1/+1
2016-05-12fix missing ID generation strategyThomas Lenz6-8/+21
2016-05-10Update to MOA-SPSS 3.0.0-RC1Thomas Lenz33-180/+2401
Merge branch 'moa-id-3.2_(OPB)' into moa-id_with_moa-sig_and_eccelerate Conflicts: id/moa-spss-container/pom.xml pom.xml
2016-05-09fix some problems in configuration toolThomas Lenz1-5/+17
2016-05-03Added Transactional Support to MOASessionDBUtilsChristian Maierhofer2-115/+8
2016-04-28Modifiing MOASessionDBUtilsChristian Maierhofer1-110/+119
2016-04-26modified RedisTransactionStorage, modified beans definitionChristian Maierhofer1-0/+8
2016-04-21Added RedisTransaction storageChristian Maierhofer1-1/+14
2016-03-30fix problem with XML parser and additional features optionsThomas Lenz4-23/+113
2016-03-24fix problem in moa-id-configuration with duplicate entries and delete operationThomas Lenz1-12/+31
2016-03-21update libsThomas Lenz8-146/+9
2016-03-21add missing error codesThomas Lenz1-52/+0
2016-03-14refactor the GUI generation for user interactionThomas Lenz19-0/+2283
2016-03-10MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, ↵Thomas Lenz15-686/+177
iaik_eccelerate, and new iaik_PKI module
2016-03-09move moa-common to moa-id-common, because MOA-SPSS becomes a seperate projectThomas Lenz100-0/+24817
2016-03-09fix some problems in ELGA-mandate moduleThomas Lenz1-2/+21
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz1-23/+1
2016-03-02temporarily commit to save stateThomas Lenz2-17/+116
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-0/+1
to Spring
2016-01-22blacklist Microsoft SQL JDBC driver, because default online-application load ↵Thomas Lenz1-0/+8
operation does not work - Microsoft SQL does not allow len() method calls with a parameter of type text
2016-01-22remove unused codeThomas Lenz6-692/+0
2016-01-21remove unused functionalityThomas Lenz2-76/+1
2016-01-19fix bug in MOAHttpClientThomas Lenz1-1/+1
2016-01-19fully remove of hyperjaxb functionality from DB-configuration implementationThomas Lenz17-1071/+242
2016-01-18add virtual IDP enabled flag to configurationThomas Lenz3-1/+36
2016-01-18add two methods to KeyValueUtilsThomas Lenz1-2/+41
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz2-0/+34
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java 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/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2016-01-15fix two bugs in module moa-id-configurationThomas Lenz1-5/+11