Uses of Interface
com.ibm.passwordrules.ValidationInfo

Packages that use ValidationInfo
com.ibm.passwordrules Provides a framework and an application programming interface to generate and validate passwords. 
com.ibm.passwordrules.provisioning Provides an extension to the base password rules framework for Identity Manager. 
 

Uses of ValidationInfo in com.ibm.passwordrules
 

Methods in com.ibm.passwordrules with parameters of type ValidationInfo
 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.
 boolean BehavioralRule.validateSafe(java.lang.String password, ValidationInfo validationInfo)
          Validate the given password using the given validation info.
 boolean Rule.validateSafe(java.lang.String password, ValidationInfo validationInfo)
          Validate the given password using given validation info.
 boolean LexicalRule.validateSafe(java.lang.String password, ValidationInfo validationInfo)
          Validate the given password using the given validation info.
 

Uses of ValidationInfo in com.ibm.passwordrules.provisioning
 

Subinterfaces of ValidationInfo in com.ibm.passwordrules.provisioning
 interface ProvisioningValidationInfo
          This interface describes constants to be used in the ValidationInfo::getContext() method.
 



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.