|
SalesPoint Framework v3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Strategy to be used when garbling passwords. A concrete implementation of this interface can be found in
User.DEFAULT_PASSWORD_GARBLER
.
User.setGlobalPassWDGarbler(users.PassWDGarbler)
,
User.garblePassWD(java.lang.String)
Method Summary | |
String |
garblePassWD(String sPassWD)
Garble the given password and return the result. |
Method Detail |
public String garblePassWD(String sPassWD)
You can implement any garbling algorithm as long as the follwoing conditions hold:
sPassWD
- the password to be garbled.User.garblePassWD(java.lang.String)
,
User.isPassWd(java.lang.String)
|
SalesPoint Framework v3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |