Package ch.tocco.nice2.web.core.impl.servlet.req
package ch.tocco.nice2.web.core.impl.servlet.req
-
ClassDescriptionAbstract servlet that implements some helper methods for dealing with JSON responses.Checks optional http parameter "require_roles".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.A ping.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.