Package com.morpheusdata.core.cypher
Class CypherAccess
- java.lang.Object
-
- com.morpheusdata.core.cypher.CypherAccess
-
public class CypherAccess extends java.lang.Object
A class to hold the various properties required when accessingMorpheusCypherService
- Since:
- 0.10.0
-
-
Field Summary
Fields Modifier and Type Field Description Account
account
java.lang.String
leaseObjectRef
an object reference that can be checked against instead of a temporal value for key invalidationUser
user
-
Constructor Summary
Constructors Constructor Description CypherAccess(Account account)
CypherAccess(Account account, java.lang.String leaseObjectRef)
CypherAccess(Account account, java.lang.String leaseObjectRef, User user)
-