Class Neo4jWAConfigEntry
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.am.Neo4jWAConfigEntry
- All Implemented Interfaces:
Serializable,WAConfigEntry,Entity,ProvidedKeyEntity
@Node("WAConfigEntry")
public class Neo4jWAConfigEntry
extends AbstractProvidedKeyNode
implements WAConfigEntry
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static TypeReference<List<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
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:
-
TYPEREF
-
-
Constructor Details
-
Neo4jWAConfigEntry
public Neo4jWAConfigEntry()
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceWAConfigEntry
-
setValues
- Specified by:
setValuesin interfaceWAConfigEntry
-