|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.user.authentication.PasswordService
public class PasswordService
This class encrypts password using one-way encryption.
Method Summary | |
---|---|
static java.lang.String |
encrypt(java.lang.String password)
Encrypts the given password |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String encrypt(java.lang.String password) throws java.lang.Exception
password
- The unencryped password.
java.lang.Exception
- Failed to encrypt the password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |