Exemplo n.º 1
0
 /**
  * Invalidates/terminates the openid session of the user associated with the given {@code
  * request}; To logout an authenticated user, you invoke this method.
  */
 public boolean invalidate(HttpServletRequest request, HttpServletResponse response)
     throws IOException {
   return _manager.invalidate(request, response);
 }