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