Package ch.tocco.nice2.web.core.impl.servlet.req
package ch.tocco.nice2.web.core.impl.servlet.req
-
ClassesClassDescriptionAbstract servlet that implements some helper methods for dealing with JSON responses.Returns a JSON object containing the following information: - success (true, if a known principal currently is logged in (not anonymous)) - timeout (how long the session is valid (in minutes)) This servlet actually doesn't refresh the session.Deprecated.Returns a JSON object containing the following information: - success (true, if a known principal currently is logged in (not anonymous)) - timeout (how long the session is valid (in minutes)) This servlet actually doesn't refresh the session.Handles userinfo request.