Interface PasswordPolicy
-
- All Superinterfaces:
Entity,Policy,Serializable
- All Known Implementing Classes:
JPAPasswordPolicy
public interface PasswordPolicy extends Policy
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(Implementation rule)intgetHistoryLength()List<? extends Implementation>getRules()booleanisAllowNullPassword()voidsetAllowNullPassword(boolean allowNullPassword)voidsetHistoryLength(int historyLength)
-
-
-
Method Detail
-
isAllowNullPassword
boolean isAllowNullPassword()
-
setAllowNullPassword
void setAllowNullPassword(boolean allowNullPassword)
-
getHistoryLength
int getHistoryLength()
-
setHistoryLength
void setHistoryLength(int historyLength)
-
add
boolean add(Implementation rule)
-
getRules
List<? extends Implementation> getRules()
-
-