03-21-2011 11:50 AM
String SERVER = "http://alfrescoserver:8080/alfresco/api";
WebServiceFactory.setEndpointAddress(SERVER);
//Authentication
AuthenticationDetails authDetails = new AuthenticationDetails(user,ticket, null);
AuthenticationUtils.setAuthenticationDetails(authDetails);
03-23-2011 05:37 AM
if (ticket != null && ticket.contains("TICKET"))
{
this.authenticationTicket = ticket.substring(ticket.lastIndexOf("TICKET"), ticket.lastIndexOf("</ticket>"));
}
03-23-2011 10:59 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.