comparison gwt-client/src/test/java/test/AbstractModuleRunner.java @ 9497:d6d5ca6d4af0

Enabled logging of saml-group-name in log-ing logfile. Some cleanup/refaktoring.
author gernotbelger
date Thu, 27 Sep 2018 17:40:39 +0200
parents e75afd693f78
children 86e522bc7f36
comparison
equal deleted inserted replaced
9486:ce13a2f07290 9497:d6d5ca6d4af0
109 this.collection = getCollection(); 109 this.collection = getCollection();
110 this.artifact = getArtifact(); 110 this.artifact = getArtifact();
111 } 111 }
112 112
113 private static String makeUserUuid(final String serverUrl) throws ConnectionException { 113 private static String makeUserUuid(final String serverUrl) throws ConnectionException {
114 final User user = new DefaultUser(USERNAME, PASSWORD, null, false, new ArrayList<String>(), new ArrayList<String>()); 114 final User user = new DefaultUser(USERNAME, PASSWORD, null, false, new ArrayList<String>(), new ArrayList<String>(), null);
115 final UserClient userClient = new UserClient(serverUrl); 115 final UserClient userClient = new UserClient(serverUrl);
116 Element userElement; 116 Element userElement;
117 117
118 userElement = userClient.findUser(user); 118 userElement = userClient.findUser(user);
119 return userElement.getAttributeNS(ArtifactNamespaceContext.NAMESPACE_URI, "uuid"); 119 return userElement.getAttributeNS(ArtifactNamespaceContext.NAMESPACE_URI, "uuid");

http://dive4elements.wald.intevation.org