Class Neo4jPasswordPolicy
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.policy.Neo4jPolicy
org.apache.syncope.core.persistence.neo4j.entity.policy.Neo4jPasswordPolicy
- All Implemented Interfaces:
Serializable,Entity,PasswordPolicy,Policy
@Node("PasswordPolicy")
public class Neo4jPasswordPolicy
extends Neo4jPolicy
implements PasswordPolicy
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Implementation rule) intList<? extends Implementation> getRules()booleanvoidsetAllowNullPassword(boolean allowNullPassword) voidsetHistoryLength(int historyLength) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.policy.Neo4jPolicy
getName, setNameMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
NODE
- See Also:
-
PASSWORD_POLICY_RULE_REL
- See Also:
-
-
Constructor Details
-
Neo4jPasswordPolicy
public Neo4jPasswordPolicy()
-
-
Method Details
-
isAllowNullPassword
public boolean isAllowNullPassword()- Specified by:
isAllowNullPasswordin interfacePasswordPolicy
-
setAllowNullPassword
public void setAllowNullPassword(boolean allowNullPassword) - Specified by:
setAllowNullPasswordin interfacePasswordPolicy
-
getHistoryLength
public int getHistoryLength()- Specified by:
getHistoryLengthin interfacePasswordPolicy
-
setHistoryLength
public void setHistoryLength(int historyLength) - Specified by:
setHistoryLengthin interfacePasswordPolicy
-
add
- Specified by:
addin interfacePasswordPolicy
-
getRules
- Specified by:
getRulesin interfacePasswordPolicy
-