06-27-2008 12:16 PM
// get current connexion ticket
String myCurrentTicket = authenticationService.getCurrentTicket();
// set user for the next operations
AuthenticationUtil.setCurrentUser("admin");
//
// do some work as user "admin"
//
// restore previous connexion
authenticationService.validate(myCurrentTicket);
07-02-2008 03:30 PM
07-03-2008 10:53 AM
07-04-2008 03:00 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.