|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordEncodingService
PasswordEncodingService allows decoding of user passwords provided that a two-way encryption algoritmn is used.
Method Summary | |
---|---|
String |
decode(String userName,
String encodedPassword)
|
String |
encode(String userName,
String clearTextPassword)
|
Method Detail |
---|
String encode(String userName, String clearTextPassword) throws SecurityException
SecurityException
String decode(String userName, String encodedPassword) throws SecurityException
SecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |