Package com.morpheusdata.core.providers
Interface CypherModuleProvider
- All Superinterfaces:
PluginProvider
- All Known Subinterfaces:
CypherModuleProvider
Provides a means to register a Cypher Secret Backend and CypherModule for registry on storing secrets or auto generating
secret values that can be encrypted. For more information, see the documentation for cypher-core here
-
Method Summary
Modifier and TypeMethodDescriptioncom.morpheusdata.cypher.CypherModule
An implementation of a CypherModule for reading and writing data patternsThe mount prefix point for which this module should be registered to cypher's backend.Methods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
-
Method Details
-
getCypherModule
com.morpheusdata.cypher.CypherModule getCypherModule()An implementation of a CypherModule for reading and writing data patterns- Returns:
- a cypher module
-
getCypherMountPoint
String getCypherMountPoint()The mount prefix point for which this module should be registered to cypher's backend.- Returns:
- a String path prefix
-