@Service(value="gumgaPasswordService") public class JasyptGumgaPasswordService extends Object implements GumgaPasswordService
| Constructor and Description |
|---|
JasyptGumgaPasswordService() |
| Modifier and Type | Method and Description |
|---|---|
String |
encryptPassword(String rawPassword) |
Boolean |
isPasswordCorrect(String informedPassword,
String encryptedPassword) |
public String encryptPassword(String rawPassword)
encryptPassword in interface GumgaPasswordServicepublic Boolean isPasswordCorrect(String informedPassword, String encryptedPassword)
isPasswordCorrect in interface GumgaPasswordServiceCopyright © 2017 Gumga. All rights reserved.