Class/Object

net.liftweb.mongodb.record.field

MongoPasswordField

Related Docs: object MongoPasswordField | package field

Permalink

class MongoPasswordField[OwnerType <: BsonRecord[OwnerType]] extends JsonObjectField[OwnerType, Password]

Linear Supertypes
JsonObjectField[OwnerType, Password], MandatoryTypedField[Password], Product1[Password], Product, Equals, JsonObjectTypedField[OwnerType, Password], BsonDocumentJObjectField[Password], BsonableField[Password], MongoFieldFlavor[Password], Field[Password, OwnerType], TypedField[Password], OwnedField[OwnerType], BaseField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoPasswordField
  2. JsonObjectField
  3. MandatoryTypedField
  4. Product1
  5. Product
  6. Equals
  7. JsonObjectTypedField
  8. BsonDocumentJObjectField
  9. BsonableField
  10. MongoFieldFlavor
  11. Field
  12. TypedField
  13. OwnedField
  14. BaseField
  15. BaseField
  16. FieldContainer
  17. SettableField
  18. SettableValueHolder
  19. Settable
  20. ReadableField
  21. Bindable
  22. ValueHolder
  23. FieldIdentifier
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoPasswordField(rec: OwnerType)

    Permalink
  2. new MongoPasswordField(rec: OwnerType, minLen: Int)

    Permalink

Type Members

  1. type MyType = Password

    Permalink
    Definition Classes
    TypedField
  2. type ValidationFunction = (ValueType) ⇒ List[FieldError]

    Permalink
    Definition Classes
    TypedField
  3. type ValueType = Password

    Permalink
    Definition Classes
    MandatoryTypedField → ValueHolder

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: MyType

    Permalink
    Definition Classes
    MandatoryTypedField → Product1
  5. def allFields: Seq[BaseField]

    Permalink
    Definition Classes
    BaseField → FieldContainer
  6. def apply(in: Box[MyType]): OwnerType

    Permalink
    Definition Classes
    Field
  7. def apply(in: MyType): OwnerType

    Permalink
    Definition Classes
    Field
  8. def asHtml: NodeSeq

    Permalink
    Definition Classes
    ReadableField → Bindable
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asJString(encode: (MyType) ⇒ String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  11. def asJValue: JValue

    Permalink

    Encode the field value into a JValue

    Encode the field value into a JValue

    Definition Classes
    JsonObjectTypedFieldMongoFieldFlavor → BaseField
  12. def asJs: Str

    Permalink

    Returns the field's value as a valid JavaScript expression

    Returns the field's value as a valid JavaScript expression

    Definition Classes
    MongoPasswordFieldJsonObjectTypedFieldMongoFieldFlavor → BaseField
  13. def asString: String

    Permalink
    Definition Classes
    TypedField → BaseField
  14. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

    Permalink
    Definition Classes
    Settable
  15. implicit def boxNodeFuncToFieldError(in: (Box[MyType]) ⇒ Box[Node]): (Box[MyType]) ⇒ List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  16. implicit def boxNodeToFieldError(in: Box[Node]): List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  17. def canEqual(a: Any): Boolean

    Permalink
    Definition Classes
    MandatoryTypedField → Equals
  18. def canRead_?: Boolean

    Permalink
    Definition Classes
    BaseField
  19. def canWrite_?: Boolean

    Permalink
    Definition Classes
    BaseField
  20. def checkCanRead_?: Boolean

    Permalink
    Definition Classes
    BaseField
  21. def checkCanWrite_?: Boolean

    Permalink
    Definition Classes
    BaseField
  22. def clear: Unit

    Permalink
    Definition Classes
    TypedField
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def defaultValue: Password

    Permalink
    Definition Classes
    MongoPasswordField → MandatoryTypedField
  25. def defaultValueBox: Box[MyType]

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  26. def dirty_?: Boolean

    Permalink
    Definition Classes
    BaseField
  27. def dirty_?(b: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseField
  28. def displayHtml: NodeSeq

    Permalink
    Definition Classes
    ReadableField
  29. def displayName: String

    Permalink
    Definition Classes
    OwnedField → ReadableField
  30. def displayNameHtml: Box[NodeSeq]

    Permalink
    Definition Classes
    ReadableField
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    TypedField → AnyRef → Any
  33. def fieldId: Option[NodeSeq]

    Permalink
    Definition Classes
    SettableField
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def forceDirty_?: Boolean

    Permalink
    Definition Classes
    BaseField
  36. def formElemAttrs: Seq[http.SHtml.ElemAttr]

    Permalink
    Definition Classes
    BaseField
  37. def formInputType: String

    Permalink
    Definition Classes
    BaseField
  38. implicit val formats: Formats

    Permalink
  39. final def genericSetFromAny(in: Any)(implicit m: Manifest[MyType]): Box[MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  40. def get: MyType

    Permalink
    Definition Classes
    MandatoryTypedField → ValueHolder
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def helpAsHtml: Box[NodeSeq]

    Permalink
    Definition Classes
    SettableField
  44. def ignoreField_?: Boolean

    Permalink
    Definition Classes
    BaseField
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. def isMatch(toMatch: String): Boolean

    Permalink
  47. def label: NodeSeq

    Permalink
    Definition Classes
    BaseField
  48. def liftSetFilterToBox(in: Box[MyType]): Box[MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    MandatoryTypedField → TypedField
  49. def name: String

    Permalink
    Definition Classes
    OwnedField → ReadableField
  50. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. def noValueErrorMessage: String

    Permalink
    Definition Classes
    BaseField
  52. implicit def nodeToFieldError(node: Node): List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  53. def notOptionalErrorMessage: String

    Permalink
    Definition Classes
    BaseField
  54. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. def obscure(in: MyType): Box[MyType]

    Permalink
    Definition Classes
    TypedField
  57. def optional_?: Boolean

    Permalink
    Definition Classes
    MandatoryTypedField → BaseField
  58. val owner: OwnerType

    Permalink
    Definition Classes
    JsonObjectTypedField → OwnedField
  59. def performAtomicOperation[T](f: ⇒ T): T

    Permalink
    Definition Classes
    Settable
  60. def productArity: Int

    Permalink
    Definition Classes
    Product1 → Product
  61. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  62. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  63. def productPrefix: String

    Permalink
    Definition Classes
    Product
  64. def readArrayToBsonDocument(reader: BsonReader, context: DecoderContext, registry: CodecRegistry): List[BsonDocument]

    Permalink

    Helper function to read an array to a List of BsonDocuments.

    Helper function to read an array to a List of BsonDocuments.

    Attributes
    protected
    Definition Classes
    BsonableField
  65. def readList(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): List[_]

    Permalink

    Helper function to read a List from a BsonReader.

    Helper function to read a List from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  66. def readMap(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Map[String, _]

    Permalink

    Helper function to read a Map from a BsonReader.

    Helper function to read a Map from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  67. def readValue(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Any

    Permalink

    Helper function to read a value from a BsonReader.

    Helper function to read a value from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  68. def readValueToBsonDocument(reader: BsonReader, context: DecoderContext, registry: CodecRegistry): BsonDocument

    Permalink

    Helper function to read a value to a BsonDocument.

    Helper function to read a value to a BsonDocument.

    Attributes
    protected
    Definition Classes
    BsonableField
  69. def required_?: Boolean

    Permalink
    Definition Classes
    SettableField
  70. def resetDirty: Unit

    Permalink
    Definition Classes
    BaseField
  71. def runFilters(in: Box[MyType], filter: List[(Box[MyType]) ⇒ Box[MyType]]): Box[MyType]

    Permalink
    Definition Classes
    TypedField
  72. def runValidation(in: Box[MyType]): List[FieldError]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  73. final def safe_?: Boolean

    Permalink
    Definition Classes
    OwnedField → BaseField
  74. def set(in: MyType): MyType

    Permalink
    Definition Classes
    MandatoryTypedField → Settable
  75. def setBox(in: Box[MyType]): Box[MyType]

    Permalink
    Definition Classes
    TypedField
  76. def setFilter: List[(ValueType) ⇒ ValueType]

    Permalink
    Definition Classes
    TypedField → SettableField
  77. def setFilterBox: List[(Box[MyType]) ⇒ Box[MyType]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  78. def setFromAny(in: Any): Box[Password]

    Permalink
    Definition Classes
    JsonObjectTypedField → TypedField
  79. def setFromBsonReader(reader: BsonReader, context: DecoderContext, registry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Box[MyType]

    Permalink

    Set this field's value from a BsonReader.

    Set this field's value from a BsonReader.

    Definition Classes
    BsonDocumentJObjectFieldBsonableField
  80. def setFromJString(jvalue: JValue)(decode: (String) ⇒ Box[MyType]): Box[MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  81. def setFromJValue(jvalue: JValue): Box[Password]

    Permalink
    Definition Classes
    JsonObjectTypedField → TypedField
  82. def setFromString(in: String): Box[Password]

    Permalink
    Definition Classes
    JsonObjectTypedField → TypedField
  83. def setPassword(in: String): MyType

    Permalink
  84. def set_!(in: Box[Password]): Box[Password]

    Permalink
    Definition Classes
    MongoPasswordField → TypedField
  85. def shouldDisplay_?: Boolean

    Permalink
    Definition Classes
    ReadableField
  86. def show_?: Boolean

    Permalink
    Definition Classes
    SettableField
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  88. def tabIndex: Int

    Permalink
    Definition Classes
    BaseField
  89. def toBoxMyType(in: ValueType): Full[ValueType]

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  90. def toForm: Box[NodeSeq]

    Permalink

    Convert the field value to an XHTML representation

    Convert the field value to an XHTML representation

    Definition Classes
    MongoPasswordFieldJsonObjectTypedField → BaseField → SettableField
  91. def toString(): String

    Permalink
    Definition Classes
    MandatoryTypedField → AnyRef → Any
  92. def toValueType(in: Box[MyType]): MyType

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  93. def toXHtml: NodeSeq

    Permalink
    Definition Classes
    BaseField
  94. def uniqueFieldId: Box[String]

    Permalink
    Definition Classes
    BaseField → FieldIdentifier
  95. def uploadField_?: Boolean

    Permalink
    Definition Classes
    SettableField
  96. def validate: List[FieldError]

    Permalink
    Definition Classes
    MongoPasswordField → TypedField → SettableField
  97. def validations: List[(Password) ⇒ List[FieldError]]

    Permalink
    Definition Classes
    MongoPasswordField → TypedField → SettableField
  98. var validatorValue: Box[Password]

    Permalink
  99. def value: MyType

    Permalink
    Definition Classes
    MandatoryTypedField
  100. def valueBox: Box[MyType]

    Permalink
    Definition Classes
    TypedField
  101. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. def writeIterable(writer: BsonWriter, list: Iterable[_], encoderContext: EncoderContext, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write an Iterable to a BsonWriter.

    Helper function to write an Iterable to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField
  105. def writeMap(writer: BsonWriter, map: Map[String, Any], encoderContext: EncoderContext, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write a Map to a BsonWriter.

    Helper function to write a Map to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField
  106. def writeToBsonWriter(writer: BsonWriter, context: EncoderContext, registry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Unit

    Permalink

    Write this field's value to a BsonWriter.

    Write this field's value to a BsonWriter.

    Definition Classes
    BsonDocumentJObjectFieldBsonableField
  107. def writeValue[T](writer: BsonWriter, encoderContext: EncoderContext, value: T, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write a value to a BsonWriter.

    Helper function to write a value to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField

Deprecated Value Members

  1. def asDBObject: DBObject

    Permalink
    Definition Classes
    JsonObjectTypedFieldMongoFieldFlavor
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

  2. def setFromDBObject(dbo: DBObject): Box[Password]

    Permalink
    Definition Classes
    JsonObjectTypedFieldMongoFieldFlavor
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

Inherited from JsonObjectField[OwnerType, Password]

Inherited from MandatoryTypedField[Password]

Inherited from Product1[Password]

Inherited from Product

Inherited from Equals

Inherited from JsonObjectTypedField[OwnerType, Password]

Inherited from BsonableField[Password]

Inherited from MongoFieldFlavor[Password]

Inherited from Field[Password, OwnerType]

Inherited from TypedField[Password]

Inherited from OwnedField[OwnerType]

Inherited from BaseField

Inherited from BaseField

Inherited from FieldContainer

Inherited from SettableField

Inherited from SettableValueHolder

Inherited from Settable

Inherited from ReadableField

Inherited from Bindable

Inherited from ValueHolder

Inherited from FieldIdentifier

Inherited from AnyRef

Inherited from Any

Ungrouped