Uses of Class
com.ibm.passwordrules.InvalidPasswordException

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.
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.