Class PasswordPolicyTO
- java.lang.Object
-
- org.apache.syncope.common.lib.policy.PolicyTO
-
- org.apache.syncope.common.lib.policy.PasswordPolicyTO
-
- All Implemented Interfaces:
Serializable,BaseBean,ComposablePolicy,EntityTO,NamedEntityTO
public class PasswordPolicyTO extends PolicyTO implements ComposablePolicy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicyTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDiscriminator()intgetHistoryLength()List<String>getRules()Return policy rules.inthashCode()booleanisAllowNullPassword()voidsetAllowNullPassword(boolean allowNullPassword)voidsetHistoryLength(int historyLength)-
Methods inherited from class org.apache.syncope.common.lib.policy.PolicyTO
getKey, getName, getUsedByRealms, getUsedByResources, setDiscriminator, setKey, setName
-
-
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Specified by:
getDiscriminatorin classPolicyTO
-
isAllowNullPassword
public boolean isAllowNullPassword()
-
setAllowNullPassword
public void setAllowNullPassword(boolean allowNullPassword)
-
getHistoryLength
public int getHistoryLength()
-
setHistoryLength
public void setHistoryLength(int historyLength)
-
getRules
public List<String> getRules()
Description copied from interface:ComposablePolicyReturn policy rules.- Specified by:
getRulesin interfaceComposablePolicy- Returns:
- policy rules.
-
-