Interface PasswordPolicy
- All Superinterfaces:
Entity,Policy,Serializable
- All Known Implementing Classes:
JPAPasswordPolicy,Neo4jPasswordPolicy
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Implementation rule) intList<? extends Implementation> getRules()booleanvoidsetAllowNullPassword(boolean allowNullPassword) voidsetHistoryLength(int historyLength)
-
Method Details
-
isAllowNullPassword
boolean isAllowNullPassword() -
setAllowNullPassword
void setAllowNullPassword(boolean allowNullPassword) -
getHistoryLength
int getHistoryLength() -
setHistoryLength
void setHistoryLength(int historyLength) -
add
-
getRules
List<? extends Implementation> getRules()
-