|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.password.RuleResult
edu.vt.middleware.password.DictionaryRuleResult
public class DictionaryRuleResult
DictionaryRuleResult provides common implementation for password
dictionary rule result implementations.
| Field Summary | |
|---|---|
protected java.lang.String |
matchingWord
word which caused this rule to fail. |
| Fields inherited from class edu.vt.middleware.password.RuleResult |
|---|
details, valid |
| Constructor Summary | |
|---|---|
DictionaryRuleResult()
Default constructor. |
|
DictionaryRuleResult(boolean b)
Creates a new DictionaryRuleResult with the supplied validity. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMatchingWord()
This returns the dictionary word which caused the password to fail. |
void |
setMatchingWord(java.lang.String s)
This sets the dictionary word which caused the password to fail. |
| Methods inherited from class edu.vt.middleware.password.RuleResult |
|---|
getDetails, isValid, setDetails, setValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String matchingWord
| Constructor Detail |
|---|
public DictionaryRuleResult()
public DictionaryRuleResult(boolean b)
DictionaryRuleResult with the supplied validity.
b - result validity| Method Detail |
|---|
public java.lang.String getMatchingWord()
String - illegal word the password containspublic void setMatchingWord(java.lang.String s)
s - illegal word the password contains
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||