comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java @ 5936:3ce02ac72855

Remove unused method Response.getRoot()
author Bernhard Herzog <bh@intevation.de>
date Wed, 08 May 2013 17:56:13 +0200
parents 172338b1407f
children a96350a1c160
comparison
equal deleted inserted replaced
5935:4338815e2433 5936:3ce02ac72855
73 catch(JDOMException e) { 73 catch(JDOMException e) {
74 throw new AuthenticationException(e); 74 throw new AuthenticationException(e);
75 } 75 }
76 } 76 }
77 77
78 public Element getRoot() {
79 return this.root;
80 }
81
82 @Override 78 @Override
83 public boolean isSuccess() { 79 public boolean isSuccess() {
84 String status = getStatus(); 80 String status = getStatus();
85 return status != null && status.equals("samlp:Success"); 81 return status != null && status.equals("samlp:Success");
86 } 82 }

http://dive4elements.wald.intevation.org