Class Neo4jSecurityQuestion
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.user.Neo4jSecurityQuestion
- All Implemented Interfaces:
Serializable,Entity,SecurityQuestion
@Node("SecurityQuestion")
public class Neo4jSecurityQuestion
extends AbstractGeneratedKeyNode
implements SecurityQuestion
- 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
Methods 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:
-
-
Constructor Details
-
Neo4jSecurityQuestion
public Neo4jSecurityQuestion()
-
-
Method Details
-
getContent
- Specified by:
getContentin interfaceSecurityQuestion
-
setContent
- Specified by:
setContentin interfaceSecurityQuestion
-