public class AuthenticationServiceImpl extends java.lang.Object implements GenericAuthenticationService
| Constructor and Description |
|---|
AuthenticationServiceImpl(IdentityService identityService,
TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
checkUserCredentials(java.util.Map<java.lang.String,java.io.Serializable> credentials)
Check user credentials by give user name and passwordHash
|
public AuthenticationServiceImpl(IdentityService identityService, TechnicalLoggerService logger)
public java.lang.String checkUserCredentials(java.util.Map<java.lang.String,java.io.Serializable> credentials)
GenericAuthenticationServicecheckUserCredentials in interface GenericAuthenticationServicecredentials - the credentials elements to use to authenticateGenericAuthenticationService.checkUserCredentials(java.util.Map)