PasswordEntry

final class PasswordEntry(val prefix: Seq[String], val name: String) extends Key[PasswordOption]
class Key[PasswordOption]
class Object
trait Matchable
class Any

Value members

Concrete methods

def asString(value: PasswordOption): Seq[String]
def fromString(values: Seq[String]): Either[MalformedValue, PasswordOption]
override def isPasswordOption: Boolean
Definition Classes
def parse(json: Array[Byte]): Either[EntryError, PasswordOption]
def write(value: PasswordOption): Array[Byte]

Inherited methods

final def fullName: String

The fully qualified name of this key

The fully qualified name of this key

Inherited from:
Key

Concrete fields

val name: String
val prefix: Seq[String]