Class LDAPPasswordEncoderService
java.lang.Object
de.hybris.platform.servicelayer.user.impl.DefaulPasswordEncoderService
de.hybris.platform.ldap.services.impl.LDAPPasswordEncoderService
- All Implemented Interfaces:
PasswordEncoderService
LDAP specific password checking service.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.user.impl.DefaulPasswordEncoderService
decode, encode, getSupportedEncodings, isSupportedEncoding, isValid, setEncoderFactory
-
Constructor Details
-
LDAPPasswordEncoderService
public LDAPPasswordEncoderService()
-
-
Method Details
-
isValid
Description copied from interface:PasswordEncoderServiceChecks if the encoded password (stored in the user) matches the given plain text password. For this the plain password will be encoded and compared with the user's encoded password.- Specified by:
isValidin interfacePasswordEncoderService- Overrides:
isValidin classDefaulPasswordEncoderService- Parameters:
user- the user contains the encoded password and the (password) encodingplainPassword- the plain text password- Returns:
trueif the encoded passwords matches,falseotherwise
-