Interface LoginService
-
- All Known Implementing Classes:
BonitaLoginService
public interface LoginService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessiongetSession()Sessionlogin(String username, String password, String tenant)voidlogout()
-