Class CypherAccess


  • public class CypherAccess
    extends java.lang.Object
    A class to hold the various properties required when accessing MorpheusCypherService
    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 invalidation
      User user  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • leaseObjectRef

        public java.lang.String leaseObjectRef
        an object reference that can be checked against instead of a temporal value for key invalidation
      • user

        public User user
    • Constructor Detail

      • CypherAccess

        public CypherAccess​(Account account)
      • CypherAccess

        public CypherAccess​(Account account,
                            java.lang.String leaseObjectRef)
      • CypherAccess

        public CypherAccess​(Account account,
                            java.lang.String leaseObjectRef,
                            User user)