org.pentaho.platform.api.util
Interface IPasswordService

All Known Implementing Classes:
Base64PasswordService

public interface IPasswordService


Field Summary
static String IPASSWORD_SERVICE
           
 
Method Summary
 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