public class PasswordPolicyTO extends AbstractPolicyTO implements ComposablePolicy<AbstractPasswordRuleConf>
| Constructor and Description |
|---|
PasswordPolicyTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHistoryLength() |
List<AbstractPasswordRuleConf> |
getRuleConfs()
Return policy rules.
|
boolean |
isAllowNullPassword() |
void |
setAllowNullPassword(boolean allowNullPassword) |
void |
setHistoryLength(int historyLength) |
getDescription, getKey, getUsedByRealms, getUsedByResources, setDescription, setKeyequals, hashCode, toStringpublic boolean isAllowNullPassword()
public void setAllowNullPassword(boolean allowNullPassword)
public int getHistoryLength()
public void setHistoryLength(int historyLength)
public List<AbstractPasswordRuleConf> getRuleConfs()
ComposablePolicygetRuleConfs in interface ComposablePolicy<AbstractPasswordRuleConf>Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.