formatted code
This commit is contained in:
parent
5426e171ad
commit
e5cf080bcd
|
@ -48,7 +48,6 @@ public class RequestFilter implements ContainerRequestFilter, ContainerResponseF
|
||||||
}
|
}
|
||||||
|
|
||||||
SecretManagerProvider.instance.set(secretManager);
|
SecretManagerProvider.instance.set(secretManager);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -10,7 +10,6 @@ import org.gcube.social_networking.social_networking_client_library.UserClient;
|
||||||
*/
|
*/
|
||||||
public class SocialUsers {
|
public class SocialUsers {
|
||||||
|
|
||||||
|
|
||||||
public static Set<String> getUsernamesByRole(String roleName) throws Exception {
|
public static Set<String> getUsernamesByRole(String roleName) throws Exception {
|
||||||
UserClient userClient = new UserClient();
|
UserClient userClient = new UserClient();
|
||||||
Set<String> usernames = new HashSet<>(userClient.getAllUsernamesByLocalRole(roleName));
|
Set<String> usernames = new HashSet<>(userClient.getAllUsernamesByLocalRole(roleName));
|
||||||
|
|
Loading…
Reference in New Issue