comparison gwt-client/src/main/java/org/dive4elements/river/client/server/SamlServlet.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 98a3cf810916
children d6d5ca6d4af0 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
85 } 85 }
86 if (assertion == null) { 86 if (assertion == null) {
87 throw new AuthenticationException("Login failed."); 87 throw new AuthenticationException("Login failed.");
88 } 88 }
89 89
90 Features features = (Features)sc.getAttribute(Features.CONTEXT_ATTRIBUTE); 90 Features features = (Features)sc.getAttribute(
91 Features.CONTEXT_ATTRIBUTE);
91 return new org.dive4elements.river.client.server.auth.saml.User( 92 return new org.dive4elements.river.client.server.auth.saml.User(
92 assertion, samlTicketXML, 93 assertion, samlTicketXML,
93 features.getFeatures(assertion.getRoles()), null); 94 features.getFeatures(assertion.getRoles()), null);
94 } 95 }
95 } 96 }

http://dive4elements.wald.intevation.org