10-18-2012 10:12 AM
10-22-2012 03:35 PM
AuthenticationUtil.runAs(new AuthenticationUtil.RunAsWork<Object>() {
@Override
public Object doWork() throws Exception {
//Your code goes here
return null;
}
}, "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.