|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.password.service.PasswordCheck
public class PasswordCheck
User: Yohann Chastagnier Date: 15/01/13
Field Summary | |
---|---|
protected static ResourceLocator |
settings
|
Method Summary | |
---|---|
Collection<PasswordRule> |
getCombinedRulesInError()
Gets combined rules in error. |
String |
getFormattedErrorMessage(String language)
Gets a formatted error message according to the given language |
Collection<PasswordRule> |
getRequiredRulesInError()
Gets required rules in error. |
protected String |
getString(String key,
String language,
String... params)
Gets a string message according to the given language. |
boolean |
isCorrect()
Indicated if the checked password is correct. |
boolean |
isRuleCombinationRespected()
Indicated if the combination of rules is respected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ResourceLocator settings
Method Detail |
---|
public Collection<PasswordRule> getRequiredRulesInError()
public Collection<PasswordRule> getCombinedRulesInError()
public boolean isCorrect()
public boolean isRuleCombinationRespected()
public String getFormattedErrorMessage(String language)
language
-
protected String getString(String key, String language, String... params)
key
- language
- params
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |