From 80608f716e4b86630af90d9e9e3f152ad9526824 Mon Sep 17 00:00:00 2001 From: "harald.bratko" Date: Thu, 18 Jan 2007 14:30:54 +0000 Subject: Setting IssueInstant from the identity link as verification date for identity link. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@789 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../egovernment/moa/id/auth/data/IdentityLink.java | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data') diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/IdentityLink.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/IdentityLink.java index 27cefaa77..844451035 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/data/IdentityLink.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/IdentityLink.java @@ -60,7 +60,11 @@ public class IdentityLink { * transformation elements */ private Element[] dsigReferenceTransforms; - + + /** + * The issuing time of the identity link SAML assertion. + */ + private String issueInstant; /** * we need all public keys stored in @@ -240,5 +244,23 @@ public class IdentityLink { public void setPrPerson(Element prPerson) { this.prPerson = prPerson; } + + /** + * Returns the issuing time of the identity link SAML assertion. + * + * @return The issuing time of the identity link SAML assertion. + */ + public String getIssueInstant() { + return issueInstant; + } + + /** + * Sets the issuing time of the identity link SAML assertion. + * + * @param issueInstant The issueInstant to set. + */ + public void setIssueInstant(String issueInstant) { + this.issueInstant = issueInstant; + } } -- cgit v1.2.3