Class Neo4jAuthModule
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.Neo4jAuthModule
- All Implemented Interfaces:
Serializable,AuthModule,Entity,ProvidedKeyEntity
@Node("AuthModule")
public class Neo4jAuthModule
extends AbstractProvidedKeyNode
implements AuthModule
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final TypeReference<List<Item>> 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 TypeMethodDescriptiongetConf()getItems()intgetOrder()getState()protected voidjson2list(boolean clearFirst) voidvoidpostLoad()voidpostSave()voidsetConf(AuthModuleConf conf) voidsetDescription(String description) voidsetOrder(int order) voidsetState(AuthModuleState state) 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
-
Neo4jAuthModule
public Neo4jAuthModule()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceAuthModule
-
setDescription
- Specified by:
setDescriptionin interfaceAuthModule
-
getState
- Specified by:
getStatein interfaceAuthModule
-
setState
- Specified by:
setStatein interfaceAuthModule
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceAuthModule
-
setOrder
public void setOrder(int order) - Specified by:
setOrderin interfaceAuthModule
-
getItems
- Specified by:
getItemsin interfaceAuthModule
-
getConf
- Specified by:
getConfin interfaceAuthModule
-
setConf
- Specified by:
setConfin interfaceAuthModule
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-