Class Neo4jAnyTemplateRealm
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.AbstractAnyTemplate
org.apache.syncope.core.persistence.neo4j.entity.Neo4jAnyTemplateRealm
- All Implemented Interfaces:
Serializable
,AnyTemplate
,AnyTemplateRealm
,Entity
@Node("AnyTemplateRealm")
public class Neo4jAnyTemplateRealm
extends AbstractAnyTemplate
implements AnyTemplateRealm
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractAnyTemplate
get, getAnyType, set, setAnyType
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.AnyTemplate
get, getAnyType, set, setAnyType
-
Field Details
-
NODE
- See Also:
-
REALM_ANY_TEMPLATE_REL
- See Also:
-
-
Constructor Details
-
Neo4jAnyTemplateRealm
public Neo4jAnyTemplateRealm()
-
-
Method Details
-
getRealm
- Specified by:
getRealm
in interfaceAnyTemplateRealm
-
setRealm
- Specified by:
setRealm
in interfaceAnyTemplateRealm
-