Class BonitaLoginService
- java.lang.Object
-
- org.bonitasoft.web.client.invoker.auth.BonitaLoginService
-
- All Implemented Interfaces:
LoginService
public class BonitaLoginService extends Object implements LoginService
-
-
Constructor Summary
Constructors Constructor Description BonitaLoginService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessiongetSession()Sessionlogin(String username, String password, String tenant)voidlogout()
-
-
-
Method Detail
-
login
public Session login(String username, String password, String tenant)
- Specified by:
loginin interfaceLoginService
-
getSession
public Session getSession()
- Specified by:
getSessionin interfaceLoginService
-
logout
public void logout()
- Specified by:
logoutin interfaceLoginService
-
-