From 7696a5956a8d28a0015ef028ac0225fbaddf6c4d Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Tue, 11 Aug 2015 11:54:15 +0200 Subject: approved some more java changes --- .../peps/auth/commons/STORKLogoutResponse.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKLogoutResponse.java') diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKLogoutResponse.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKLogoutResponse.java index fe90056bf..8606b6389 100644 --- a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKLogoutResponse.java +++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKLogoutResponse.java @@ -38,6 +38,9 @@ public class STORKLogoutResponse implements Serializable, Cloneable { /** Logout failed? */ private boolean fail; + /** The inResponseTo */ + private String inResponseTo; + /** * Gets the SP's Certificate Alias. * @@ -257,4 +260,22 @@ public class STORKLogoutResponse implements Serializable, Cloneable { return storkLogoutResponse; } + + /** + * Getter for the inResponseTo value. + * + * @return The inResponseTo value. + */ + public String getInResponseTo() { + return inResponseTo; + } + + /** + * Setter for the inResponseTo value. + * + * @param inResponseTo the new inResponseTo value. + */ + public void setInResponseTo(String inResponseTo) { + this.inResponseTo = inResponseTo; + } } -- cgit v1.2.3