Package com.spikesource.lam.bindings

Examples of com.spikesource.lam.bindings.LamClient.logout()


  public void logout(HttpServletRequest request, HttpServletResponse response)
      throws ServletException, IOException {

    try {
      LamClient LC = new LamClient(); // TODO: configure LamClient
      LC.logout(request, response, HttpBaseUtils.getLocalAddress(request) + "/security/Menu.html");
    } catch (XmlRpcException e) {
      throw new ServletException("Cannot close user session.", e);
    }
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.