From 65ffec4732de6bf5b8bebe904fd00cd09e73eb9f Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 11 Sep 2018 13:34:59 +0200 Subject: add some more revisions-log messages --- .../eaaf/core/impl/idp/auth/data/SimpleIdentityLinkAssertionParser.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eaaf_core/src/main/java/at') diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/data/SimpleIdentityLinkAssertionParser.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/data/SimpleIdentityLinkAssertionParser.java index d9d7b9e8..0aec58a2 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/data/SimpleIdentityLinkAssertionParser.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/data/SimpleIdentityLinkAssertionParser.java @@ -201,6 +201,8 @@ public class SimpleIdentityLinkAssertionParser { /** The IssueInstant attribute of the SAML assertion */ private static final String ISSUE_INSTANT_ATTR = "IssueInstant"; + + public static final String ASSERTIONID = "AssertionID"; /**This is the root element of the XML-Document provided by the Security Layer Card*/ private Element assertionElem; -- cgit v1.2.3