11-20-2008 07:07 AM
11-20-2008 08:10 AM
serviceRegistry.getAuthorityService().getAuthoritiesForUser(userName)
07-07-2009 07:52 AM
07-07-2009 07:58 AM
AuthenticationUtil.runAs(new AuthenticationUtil.RunAsWork<Set<String>>() {
public Set<String> doWork() throws Exception {
return serviceRegistry.getAuthorityService().getAuthoritiesForUser("someUser");
}
}, "admin");
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.