Class DefaultEntry

    • Method Detail

      • getId

        public UUID getId()
        Description copied from interface: VaultEntry
        Returns the unique id of the entry.
        Specified by:
        getId in interface VaultEntry
        Returns:
        The unique id
      • getType

        public String getType()
        Description copied from interface: VaultEntry
        Returns the type of the entry as string. A list of default types is defined in MVault.
        Specified by:
        getType in interface VaultEntry
        Returns:
        The type of the entry, never null.
      • getValue

        public SecureString getValue()
        Description copied from interface: VaultEntry
        Return the value of the entry as text.
        Specified by:
        getValue in interface VaultEntry
        Returns:
        The entry as text.
      • getDescription

        public String getDescription()
        Description copied from interface: VaultEntry
        Return a readable description describe the key and/or the usage.
        Specified by:
        getDescription in interface VaultEntry
        Returns:
        description