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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetRules()Return policy rules.booleanvoidsetMaxAuthenticationAttempts(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
-
Constructor Details
-
AccountPolicyTO
public AccountPolicyTO()
-
-
Method Details
-
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
Description copied from interface:ComposablePolicyReturn policy rules.- Specified by:
getRulesin interfaceComposablePolicy- Returns:
- policy rules.
-
getPassthroughResources
-