Class PlatformAuthenticationChecker
java.lang.Object
org.bonitasoft.engine.service.impl.PlatformAuthenticationChecker
- All Implemented Interfaces:
PlatformAuthenticationService
- Author:
- Lu Kai, Matthieu Chaffotte, Frederic Bouquet
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlatformAuthenticationChecker
public PlatformAuthenticationChecker()
-
-
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
-