Class PlatformAuthenticationServiceImpl
java.lang.Object
org.bonitasoft.engine.platform.authentication.impl.PlatformAuthenticationServiceImpl
- All Implemented Interfaces:
PlatformAuthenticationService
public class PlatformAuthenticationServiceImpl
extends Object
implements PlatformAuthenticationService
- Author:
- Elias Ricken de Medeiros
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlatformAuthenticationServiceImpl
public PlatformAuthenticationServiceImpl()
-
-
Method Details
-
checkUserCredentials
public void checkUserCredentials(String username, String password) throws SInvalidUserException, SInvalidPasswordException - Specified by:
checkUserCredentialsin interfacePlatformAuthenticationService- Parameters:
username- The username of the platformpassword- The hashed password of the platform- Throws:
SInvalidUserExceptionSInvalidPasswordException
-