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
-
Method Summary
Modifier and TypeMethodDescriptionint
getRules()
Return policy rules.boolean
void
setMaxAuthenticationAttempts
(int maxAuthenticationAttempts) void
setPropagateSuspension
(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:
getDiscriminator
in 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:ComposablePolicy
Return policy rules.- Specified by:
getRules
in interfaceComposablePolicy
- Returns:
- policy rules.
-
getPassthroughResources
-