Package org.pentaho.platform.api.util
Interface IPasswordService
-
public interface IPasswordService
-
-
Field Summary
Fields Modifier and Type Field Description static String
IPASSWORD_SERVICE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
decrypt(String encryptedPassword)
String
encrypt(String password)
-
-
-
Field Detail
-
IPASSWORD_SERVICE
static final String IPASSWORD_SERVICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
decrypt
String decrypt(String encryptedPassword) throws PasswordServiceException
- Throws:
PasswordServiceException
-
encrypt
String encrypt(String password) throws PasswordServiceException
- Throws:
PasswordServiceException
-
-