|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.util.PasswordHelperImpl
public class PasswordHelperImpl
Various password helper methods.
| Constructor Summary | |
|---|---|
PasswordHelperImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateRandomPassword()
|
boolean |
validateRegex(java.lang.String regex,
PasswordCredential credential)
Validates the password meets the expected regex restriction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordHelperImpl()
| Method Detail |
|---|
public boolean validateRegex(java.lang.String regex,
PasswordCredential credential)
validateRegex in interface PasswordHelperregex - The regex pattern.credential - The password to check.
public java.lang.String generateRandomPassword()
generateRandomPassword in interface PasswordHelper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||