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 boolean
equals(Object obj)
String
getDiscriminator()
int
getHistoryLength()
List<String>
getRules()
Return policy rules.int
hashCode()
boolean
isAllowNullPassword()
void
setAllowNullPassword(boolean allowNullPassword)
void
setHistoryLength(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:
getDiscriminator
in 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:ComposablePolicy
Return policy rules.- Specified by:
getRules
in interfaceComposablePolicy
- Returns:
- policy rules.
-
-