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 String
getDiscriminator()
int
getMaxAuthenticationAttempts()
List<String>
getPassthroughResources()
List<String>
getRules()
Return policy rules.boolean
isPropagateSuspension()
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
-
-
-
-
Method Detail
-
getDiscriminator
public String 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
public List<String> getRules()
Description copied from interface:ComposablePolicy
Return policy rules.- Specified by:
getRules
in interfaceComposablePolicy
- Returns:
- policy rules.
-
-