Class AuthenticationServiceImpl
java.lang.Object
org.bonitasoft.engine.authentication.impl.AuthenticationServiceImpl
- All Implemented Interfaces:
GenericAuthenticationService
@Component("authenticationService")
@Lazy
public class AuthenticationServiceImpl
extends Object
implements GenericAuthenticationService
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte, Hongwen Zang, Julien Reboul, Celine Souchet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckUserCredentials(Map<String, Serializable> credentials) Check user credentials by give user name and passwordHash
-
Constructor Details
-
AuthenticationServiceImpl
-
-
Method Details
-
checkUserCredentials
Description copied from interface:GenericAuthenticationServiceCheck user credentials by give user name and passwordHash- Specified by:
checkUserCredentialsin interfaceGenericAuthenticationService- Parameters:
credentials- the credentials elements to use to authenticate- Returns:
- the username of the user authenticated.
- See Also:
-