Class Neo4jApplication
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.Neo4jApplication
- All Implemented Interfaces:
Serializable
,Application
,Entity
,ProvidedKeyEntity
@Node("Application")
@ApplicationCheck
public class Neo4jApplication
extends AbstractProvidedKeyNode
implements Application
- 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
Modifier and TypeMethodDescriptionboolean
getPrivilege
(String key) void
setDescription
(String description) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
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.ProvidedKeyEntity
setKey
-
Field Details
-
NODE
- See Also:
-
APPLICATION_PRIVILEGE_REL
- See Also:
-
-
Constructor Details
-
Neo4jApplication
public Neo4jApplication()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceApplication
-
setDescription
- Specified by:
setDescription
in interfaceApplication
-
add
- Specified by:
add
in interfaceApplication
-
getPrivilege
- Specified by:
getPrivilege
in interfaceApplication
-
getPrivileges
- Specified by:
getPrivileges
in interfaceApplication
-