From 2aa46e49f1566ed6582fa40e0fdffb4ec9b790b4 Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Thu, 6 Mar 2014 08:51:12 +0100 Subject: cleanup datacontainer --- .../moa/id/protocols/stork2/AuthenticationRequest.java | 3 --- .../moa/id/protocols/stork2/DataContainer.java | 18 ------------------ 2 files changed, 21 deletions(-) (limited to 'id/server') diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java index 619935abe..2ae3ab03c 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java @@ -80,9 +80,6 @@ public class AuthenticationRequest implements IAction { // - fill in the partial response created above container.setResponse(moaStorkResponse); - // - memorize the target url were we have to return the result - container.setTarget(moaStorkRequest.getAssertionConsumerServiceURL()); - container.setRemoteAddress(httpReq.getRemoteAddr()); diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/DataContainer.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/DataContainer.java index 74239318b..d13754aff 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/DataContainer.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/DataContainer.java @@ -58,24 +58,6 @@ public class DataContainer implements Serializable { this.response = moaStorkResponse; } - /** - * Gets the target. - * - * @return the target - */ - public String getTarget() { - return target; - } - - /** - * Sets the target. - * - * @param target the new target - */ - public void setTarget(String target) { - this.target = target; - } - /** * Gets the remote address. * -- cgit v1.2.3