03-09-2010 01:02 PM
public static void endSession()
{
AuthenticationDetails authenticationDetails = (AuthenticationDetails)AuthenticationUtils.authenticationDetails.get();
if (authenticationDetails != null)
{
try
{
WebServiceFactory.getAuthenticationService().endSession(authenticationDetails.getTicket());
AuthenticationUtils.authenticationDetails.remove();
}
catch (RemoteException exception)
{
exception.printStackTrace();
throw new WebServiceException("Error ending session.", exception);
}
}
}03-15-2010 10:18 AM
03-19-2010 08:08 AM
WebServiceFactory.getAuthenticationService().endSession(authenticationDetails.getTicket());
AuthenticationUtils.authenticationDetails.set(null);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.