@Service public class PasswordEnc extends Object
| Constructor and Description |
|---|
PasswordEnc() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String userId,
String password) |
boolean |
verify(String userId,
String rawPassword,
String encodedPassword) |
Copyright © 2019. All rights reserved.