public class AccountPolicyTO extends AbstractPolicyTO implements ComposablePolicy<AbstractAccountRuleConf>
| Constructor and Description |
|---|
AccountPolicyTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxAuthenticationAttempts() |
List<String> |
getPassthroughResources() |
List<AbstractAccountRuleConf> |
getRuleConfs()
Return policy rules.
|
boolean |
isPropagateSuspension() |
void |
setMaxAuthenticationAttempts(int maxAuthenticationAttempts) |
void |
setPropagateSuspension(boolean propagateSuspension) |
getDescription, getKey, getUsedByRealms, getUsedByResources, setDescription, setKeyequals, hashCode, toStringpublic boolean isPropagateSuspension()
public void setPropagateSuspension(boolean propagateSuspension)
public int getMaxAuthenticationAttempts()
public void setMaxAuthenticationAttempts(int maxAuthenticationAttempts)
public List<AbstractAccountRuleConf> getRuleConfs()
ComposablePolicygetRuleConfs in interface ComposablePolicy<AbstractAccountRuleConf>Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.