Package org.bonitasoft.engine.core.login
Interface LoginService
- All Known Implementing Classes:
SecuredLoginServiceImpl
public interface LoginService
- Author:
- Matthieu Chaffotte
-
Method Summary
-
Method Details
-
login
generic login approach to handle outer authentication service like CAS or OAuth or whatever...- Parameters:
credentials- the parameters to use to login- Returns:
- the session created if login succeeds
- Throws:
SLoginException- if login failsSUserNotFoundException- if the user does not exist in the database
-
isValid
boolean isValid(long sessionId) -
logout
-