Class Neo4jAccountPolicy
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.Neo4jAccountPolicy
- All Implemented Interfaces:
Serializable,Entity,AccountPolicy,Policy
- 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()booleanvoidsetMaxAuthenticationAttempts(int maxAuthenticationAttempts) voidsetPropagateSuspension(boolean propagateSuspension) 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:
-
ACCOUNT_POLICY_RULE_REL
- See Also:
-
-
Constructor Details
-
Neo4jAccountPolicy
public Neo4jAccountPolicy()
-
-
Method Details
-
isPropagateSuspension
public boolean isPropagateSuspension()- Specified by:
isPropagateSuspensionin interfaceAccountPolicy
-
setPropagateSuspension
public void setPropagateSuspension(boolean propagateSuspension) - Specified by:
setPropagateSuspensionin interfaceAccountPolicy
-
getMaxAuthenticationAttempts
public int getMaxAuthenticationAttempts()- Specified by:
getMaxAuthenticationAttemptsin interfaceAccountPolicy
-
setMaxAuthenticationAttempts
public void setMaxAuthenticationAttempts(int maxAuthenticationAttempts) - Specified by:
setMaxAuthenticationAttemptsin interfaceAccountPolicy
-
add
- Specified by:
addin interfaceAccountPolicy
-
getRules
- Specified by:
getRulesin interfaceAccountPolicy
-