From a57a2ed851b818456421f3ce082dc6813da6b736 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 20 Feb 2020 09:43:03 +0100 Subject: add two jUnit test and CodeStyle modifications --- .../eaaf/core/api/idp/auth/data/IAuthProcessDataContainer.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth') diff --git a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/data/IAuthProcessDataContainer.java b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/data/IAuthProcessDataContainer.java index 60224ea6..6c7292ac 100644 --- a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/data/IAuthProcessDataContainer.java +++ b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/data/IAuthProcessDataContainer.java @@ -40,6 +40,13 @@ public interface IAuthProcessDataContainer { */ void setIssueInstant(String issueInstant); + /** + * Sets the issuing time of the AUTH-Block SAML assertion. + * + * @param issueInstant The issueInstant to set. + */ + void setIssueInstant(Date issueInstant); + /** * Indicate if the authentication process is finished. * @@ -142,7 +149,7 @@ public interface IAuthProcessDataContainer { /** * Get Timestamp when session was created. - * + * * @return the sessionCreated */ Date getSessionCreated(); @@ -178,4 +185,5 @@ public interface IAuthProcessDataContainer { * to generic session-data storage */ void setGenericDataToSession(String key, Object object) throws EaafStorageException; + } -- cgit v1.2.3