|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordService
User: Yohann Chastagnier Date: 07/01/13
Method Summary | |
---|---|
PasswordCheck |
check(String password)
Checks server required and combined password rule on the given password. |
String |
generate()
Generates a random password from existing rules. |
Collection<PasswordRule> |
getCombinedRules()
Gets server combined password rules. |
String |
getExtraRuleMessage(String language)
Gets additional rule message. |
Collection<PasswordRule> |
getRequiredRules()
Gets server required password rules. |
PasswordRule |
getRule(PasswordRuleType passwordRuleType)
Gets a server password rule from its type. |
Collection<PasswordRule> |
getRules()
Gets server password rules. |
Method Detail |
---|
PasswordRule getRule(PasswordRuleType passwordRuleType)
Collection<PasswordRule> getRules()
Collection<PasswordRule> getRequiredRules()
Collection<PasswordRule> getCombinedRules()
PasswordCheck check(String password)
password
-
String generate()
String getExtraRuleMessage(String language)
language
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |