aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-05-08 14:39:32 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-05-08 14:39:32 +0200
commitf1fc72bdc42766c8195be1c150cf165685dc3abb (patch)
treeab6c9e4e76e1b79ca595e9956f1b29ef13dc8524 /id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage
parent49e202080467e3da1b43505ace711001b6c18c4b (diff)
downloadmoa-id-spss-f1fc72bdc42766c8195be1c150cf165685dc3abb.tar.gz
moa-id-spss-f1fc72bdc42766c8195be1c150cf165685dc3abb.tar.bz2
moa-id-spss-f1fc72bdc42766c8195be1c150cf165685dc3abb.zip
add Interfederation to redirect servlet
Diffstat (limited to 'id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage/AuthenticationSessionStoreage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage/AuthenticationSessionStoreage.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage/AuthenticationSessionStoreage.java
index 2ee4327dc..6437a4cac 100644
--- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage/AuthenticationSessionStoreage.java
+++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/storage/AuthenticationSessionStoreage.java
@@ -429,7 +429,7 @@ public class AuthenticationSessionStoreage {
}
- public static String getMOASessionID(String SSOSessionID) {
+ public static String getMOASessionSSOID(String SSOSessionID) {
MiscUtil.assertNotNull(SSOSessionID, "moasessionID");
Logger.trace("Get authenticated session with SSOID " + SSOSessionID + " from database.");
Session session = MOASessionDBUtils.getCurrentSession();