comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/User.java @ 6188:733c32da04b8

Extend the shared interface User with the SAML ticket so that it can be communicated to the GWT client. Part of flys/issue1265
author Bernhard Herzog <bh@intevation.de>
date Tue, 04 Jun 2013 17:20:50 +0200
parents ea9eef426962
children
comparison
equal deleted inserted replaced
6187:7bc35bbd8b27 6188:733c32da04b8
15 { 15 {
16 String identifier(); 16 String identifier();
17 17
18 String getName(); 18 String getName();
19 19
20 String getSamlXMLBase64();
21
20 void setName(String name); 22 void setName(String name);
21 23
22 void setIdentifier(String identifier); 24 void setIdentifier(String identifier);
25
26 void setSamlXMLBase64(String samlXml);
23 } 27 }
24 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org