Class Neo4jRole
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.Neo4jRole
- All Implemented Interfaces:
Serializable,Entity,ProvidedKeyEntity,Role
@Node("SyncopeRole")
@RoleCheck
public class Neo4jRole
extends AbstractProvidedKeyNode
implements Role
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringprotected static final TypeReference<Set<String>> Fields 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 TypeMethodDescriptionbooleanbooleanprotected voidjson2list(boolean clearFirst) voidvoidpostLoad()voidpostSave()voidsetAnyLayout(String anyLayout) voidsetDynMembershipCond(String dynMembershipCond) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
Field Details
-
NODE
- See Also:
-
ROLE_REALM_REL
- See Also:
-
TYPEREF
-
-
Constructor Details
-
Neo4jRole
public Neo4jRole()
-
-
Method Details
-
getEntitlements
- Specified by:
getEntitlementsin interfaceRole
-
getDynMembershipCond
- Specified by:
getDynMembershipCondin interfaceRole
-
setDynMembershipCond
- Specified by:
setDynMembershipCondin interfaceRole
-
add
-
getRealms
-
add
-
getDynRealms
- Specified by:
getDynRealmsin interfaceRole
-
getAnyLayout
- Specified by:
getAnyLayoutin interfaceRole
-
setAnyLayout
- Specified by:
setAnyLayoutin interfaceRole
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-