org.camunda.bpm.cycle.web.service
Class LoginService

java.lang.Object
  extended by org.camunda.bpm.cycle.web.service.AbstractRestService
      extended by org.camunda.bpm.cycle.web.service.LoginService

public class LoginService
extends AbstractRestService

Author:
nico.rehwaldt

Constructor Summary
LoginService()
           
 
Method Summary
 Object login(javax.servlet.http.HttpServletRequest request)
           
 String loginError()
           
 String loginErrorLicense()
           
 String loginErrorLicenseNotFound()
           
 String loginExpired()
           
 String logout(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.camunda.bpm.cycle.web.service.AbstractRestService
badRequest, internalServerError, notAllowed, notFound, redirectTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginService

public LoginService()
Method Detail

login

public Object login(@Context
                    javax.servlet.http.HttpServletRequest request)

loginExpired

public String loginExpired()

loginError

public String loginError()

loginErrorLicense

public String loginErrorLicense()

loginErrorLicenseNotFound

public String loginErrorLicenseNotFound()

logout

public String logout(@Context
                     javax.servlet.http.HttpServletRequest request)


Copyright © 2014 camunda services GmbH. All rights reserved.