org.camunda.bpm.cycle.web.service
Class DefaultService
java.lang.Object
org.camunda.bpm.cycle.web.service.AbstractRestService
org.camunda.bpm.cycle.web.service.DefaultService
public class DefaultService
- extends AbstractRestService
This is the default controller which handles user authentication / authorization.
It is invoked via JAAS according to the definitions in the web.xml.
Note that it offers both means to treat login requests via application/json and application/html.
That is needed in order to treat session timeouts in the client application.
Rather than rendering the presented views directly, the task is delegated to a
TemplateMessageBodyWriter.
- Author:
- nico.rehwaldt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultService
public DefaultService()
currentUser
public UserDTO currentUser(@Context
javax.servlet.http.HttpServletRequest request)
Copyright © 2014 camunda services GmbH. All rights reserved.