Package io.github.cfraser.graphguard
See: Description
-
Interface Summary Interface Description Message A Bolt message. Request A Message received from the proxy client. Response A Message received from the graph server. Plugin Server.Plugin enables Server functionality to be augmented and/or observed. Event A Server event. Connection A proxy connection. -
Class Summary Class Description Hello The HELLO message. Logon The LOGON message. Begin The BEGIN message. Run The RUN message signature. Discard The DISCARD message. Pull The PULL message. Telemetry The TELEMETRY message. Success The SUCCESS message. Record The RECORD message. Failure The FAILURE message. Graph A Graph is a Set of nodes that specify the expected entities in a Neo4j database. Node A Node in the graph. Relationship A Relationship in the graph. Type The Type of the Property. Property A Property on a Node or Relationship. Validator Schema.Validator is a Server.Plugin that validates the Bolt.Run.query and Bolt.Run.parameters in a Bolt.Run message. Schema A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs. Connected The Server established a connection. Disconnected The Server closed the connection. Client A client the Server accepted a connection from. Graph The graph database the Server connected to. Proxied The Server proxied the intercepted Bolt.Message from the source to the destination. Server Server proxies Bolt data to a Neo4j (5+ compatible) database and performs dynamic message transformation through the plugin. -
Object Summary Object Description Goodbye The GOODBYE message. Logoff The LOGOFF message. Commit The COMMIT message. Rollback The ROLLBACK message. Reset The HELLO message. Ignored The IGNORED message. Bolt Bolt message data. Any Boolean Date DateTime Duration Float Integer LocalDateTime LocalTime String Time Started The Server has started. Stopped The Server has stopped.