| Package | Description |
|---|---|
| org.bonitasoft.engine.core.login |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SecuredLoginServiceImpl.authenticationFailed()
Processes the failed authentication behaviour.
|
protected TechnicalUser |
SecuredLoginServiceImpl.getTechnicalUser(long tenantId) |
SSession |
SecuredLoginServiceImpl.login(Map<String,Serializable> credentials) |
SSession |
LoginService.login(Map<String,Serializable> credentials)
generic login approach to handle outer authentication service like CAS or OAuth or whatever...
|
void |
LoginService.logout(long sessionId) |
protected String |
SecuredLoginServiceImpl.retrievePasswordFromCredentials(Map<String,Serializable> credentials)
retrieve password from credentials assuming it is stored under the
AuthenticationConstants.BASIC_PASSWORD key |
protected String |
SecuredLoginServiceImpl.retrieveUsernameFromCredentials(Map<String,Serializable> credentials)
retrieve username from credentials assuming it is stored under the
AuthenticationConstants.BASIC_USERNAME key |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.