Interface CypherModuleProvider

All Superinterfaces:
PluginProvider
All Known Subinterfaces:
CypherModuleProvider

public interface CypherModuleProvider extends PluginProvider
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 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