comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/User.java @ 6187:7bc35bbd8b27

Store the SAML ticket in the user object after authentication. The SAML ticket will be needed to allow single sign-on to work for the links into the wiki that are used in several places in the UI. Part of flys/issue1265
author Bernhard Herzog <bh@intevation.de>
date Tue, 04 Jun 2013 17:13:50 +0200
parents ea9eef426962
children d6d5ca6d4af0
comparison
equal deleted inserted replaced
6186:a07521dca5b5 6187:7bc35bbd8b27
44 44
45 /** 45 /**
46 * Returns the users account name 46 * Returns the users account name
47 */ 47 */
48 public String getAccount(); 48 public String getAccount();
49
50 /**
51 * Returns the SAML ticket for single sign-on.
52 * @return The SAML ticket in base64 encoded XML. null if no ticket
53 * is available.
54 */
55 public String getSamlXMLBase64();
49 } 56 }
50 // vim:set ts=4 sw=4 si et fenc=utf8 tw=80: 57 // vim:set ts=4 sw=4 si et fenc=utf8 tw=80:

http://dive4elements.wald.intevation.org