|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.api.types.Password
public final class Password
A password value type.
Method Summary | |
---|---|
static boolean |
hasOnlyValidChars(java.lang.String pw)
Test that a string has valid characters. |
static boolean |
isStrong(java.lang.String pw)
Test that a string is strong enough to be used as a password. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isStrong(java.lang.String pw)
pw
- The string to test.
public static boolean hasOnlyValidChars(java.lang.String pw)
pw
- The string to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |