|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPasswordException | |
---|---|
com.ibm.passwordrules | Provides a framework and an application programming interface to generate and validate passwords. |
Uses of InvalidPasswordException in com.ibm.passwordrules |
---|
Subclasses of InvalidPasswordException in com.ibm.passwordrules | |
---|---|
class |
InvalidPasswordOnCompRuleException
|
Methods in com.ibm.passwordrules that return types with arguments of type InvalidPasswordException | |
---|---|
java.util.Collection<InvalidPasswordException> |
InvalidPasswordException.getComposingExceptions()
|
Method parameters in com.ibm.passwordrules with type arguments of type InvalidPasswordException | |
---|---|
void |
InvalidPasswordException.setComposingExceptions(java.util.Collection<InvalidPasswordException> composingExceptions)
|
Methods in com.ibm.passwordrules that throw InvalidPasswordException | |
---|---|
boolean |
BehavioralRule.validate(java.lang.String password,
ValidationInfo validationInfo)
Validate the given password using the given validation info. |
boolean |
Rule.validate(java.lang.String password,
ValidationInfo validationInfo)
Validate the given password using the given validation info. |
Constructor parameters in com.ibm.passwordrules with type arguments of type InvalidPasswordException | |
---|---|
InvalidPasswordException(Rule ruleViolated,
java.lang.String reason,
java.util.Collection<InvalidPasswordException> composingExceptions)
Construct an invalid password exception with the rule that was violated and the reason for the violation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |