|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Rule.validate(java.lang.String password,
ValidationInfo validationInfo)
Validate the given password using the given validation info. |
boolean |
BehavioralRule.validate(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. |
boolean |
BehavioralRule.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |