Class ConnectionSettings.MasterPassphrase

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String create()
      Override to create the actual object
      • Methods inherited from class java.lang.Object

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

      • processor

        private final Processor processor
    • Constructor Detail

      • MasterPassphrase

        MasterPassphrase​(Processor processor)
    • Method Detail

      • create

        public java.lang.String create()
                                throws java.lang.Exception
        Description copied from class: ConcurrentInitialize
        Override to create the actual object
        Specified by:
        create in class ConcurrentInitialize<java.lang.String>
        Returns:
        the actual object, could be null
        Throws:
        java.lang.Exception - if the creation failed this is the exception that was thrown