08-28-2014 07:09 AM
String authority = authorityService.createAuthority(AuthorityType.GROUP, siteRoleGroup)
08-28-2014 10:54 PM
return AuthenticationUtil.runAs(new AuthenticationUtil.RunAsWork<String>()
{
public String doWork() throws Exception
{
String authority = authorityService.createAuthority(AuthorityType.GROUP, siteRoleGroup);
return authority ;
}
}, AuthenticationUtil.getSystemUserName());
09-02-2014 06:18 AM
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.