|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PasswordGenerator | |
|---|---|
| com.ibm.passwordrules | Provides a framework and an application programming interface to generate and validate passwords. |
| Uses of PasswordGenerator in com.ibm.passwordrules |
|---|
| Methods in com.ibm.passwordrules with parameters of type PasswordGenerator | |
|---|---|
void |
BehavioralRule.constrain(PasswordGenerator generator)
Some classes implementing Rule interface will not have a need to constrain the password generator. |
void |
Rule.constrain(PasswordGenerator generator)
Constrain the character set in the given password generator to values allowed by the generator. |
void |
LexicalRule.constrain(PasswordGenerator generator)
Some Rule implementing classes will not have a constraint to impose, in which case method in this class will be called and will do nothing. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||