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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getRules()
Return policy rules.int
hashCode()
boolean
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
-
Constructor Details
-
PasswordPolicyTO
public PasswordPolicyTO()
-
-
Method Details
-
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
Description copied from interface:ComposablePolicy
Return policy rules.- Specified by:
getRules
in interfaceComposablePolicy
- Returns:
- policy rules.
-
equals
-
hashCode
public int hashCode()
-