Class AccountPolicyTO
- java.lang.Object
-
- org.apache.syncope.common.lib.policy.PolicyTO
-
- org.apache.syncope.common.lib.policy.AccountPolicyTO
-
- All Implemented Interfaces:
Serializable,BaseBean,ComposablePolicy,EntityTO,NamedEntityTO
public class AccountPolicyTO extends PolicyTO implements ComposablePolicy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountPolicyTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiscriminator()intgetMaxAuthenticationAttempts()List<String>getPassthroughResources()List<String>getRules()Return policy rules.booleanisPropagateSuspension()voidsetMaxAuthenticationAttempts(int maxAuthenticationAttempts)voidsetPropagateSuspension(boolean propagateSuspension)-
Methods inherited from class org.apache.syncope.common.lib.policy.PolicyTO
equals, getKey, getName, getUsedByRealms, getUsedByResources, hashCode, setDiscriminator, setKey, setName
-
-
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Specified by:
getDiscriminatorin classPolicyTO
-
isPropagateSuspension
public boolean isPropagateSuspension()
-
setPropagateSuspension
public void setPropagateSuspension(boolean propagateSuspension)
-
getMaxAuthenticationAttempts
public int getMaxAuthenticationAttempts()
-
setMaxAuthenticationAttempts
public void setMaxAuthenticationAttempts(int maxAuthenticationAttempts)
-
getRules
public List<String> getRules()
Description copied from interface:ComposablePolicyReturn policy rules.- Specified by:
getRulesin interfaceComposablePolicy- Returns:
- policy rules.
-
-