net.liftweb.ldap

LDAPProtoUser

trait LDAPProtoUser[T <: LDAPProtoUser[T]] extends MegaProtoUser[T]

Self Type
T
Linear Supertypes
MegaProtoUser[T], ProtoUser[T], UserIdAsString, KeyedMapper[Long, T], BaseKeyedMapper, Mapper[T], Serializable, Serializable, BaseMapper, FieldContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LDAPProtoUser
  2. MegaProtoUser
  3. ProtoUser
  4. UserIdAsString
  5. KeyedMapper
  6. BaseKeyedMapper
  7. Mapper
  8. Serializable
  9. Serializable
  10. BaseMapper
  11. FieldContainer
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type FieldPF = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    Mapper
  2. type KeyedMapperType = T

    Definition Classes
    KeyedMapperBaseKeyedMapper
  3. type MapperType = T

    Definition Classes
    MapperBaseMapper
  4. class MyEmail extends MappedEmail[T]

    Attributes
    protected
    Definition Classes
    ProtoUser
  5. class MyFirstName extends MappedString[T]

    Attributes
    protected
    Definition Classes
    ProtoUser
  6. class MyLastName extends MappedString[T]

    Attributes
    protected
    Definition Classes
    ProtoUser
  7. class MyLocale extends MappedLocale[T]

    Attributes
    protected
    Definition Classes
    MegaProtoUser
  8. class MyMappedLongClass extends MappedLongIndex[T]

    Attributes
    protected
    Definition Classes
    ProtoUser
  9. class MyPassword extends MappedPassword[T]

    Attributes
    protected
    Definition Classes
    ProtoUser
  10. class MySuperUser extends MappedBoolean[T]

    Attributes
    protected
    Definition Classes
    ProtoUser
  11. class MyTimeZone extends MappedTimeZone[T]

    Attributes
    protected
    Definition Classes
    MegaProtoUser
  12. class MyUniqueId extends MappedUniqueId[T]

    Attributes
    protected
    Definition Classes
    MegaProtoUser
  13. class MyValidated extends MappedBoolean[T]

    Attributes
    protected
    Definition Classes
    MegaProtoUser
  14. type TheKeyType = Long

    Definition Classes
    KeyedMapperBaseKeyedMapper

Abstract Value Members

  1. abstract def getSingleton: MetaLDAPProtoUser[T]

    Definition Classes
    LDAPProtoUserKeyedMapperMapper

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allFields: Seq[BaseField]

    Definition Classes
    MapperFieldContainer
  7. def appendFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  8. def asHtml: NodeSeq

    Definition Classes
    Mapper
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asJs: JsExp

    Convert the model to a JavaScript object

    Convert the model to a JavaScript object

    Definition Classes
    Mapper
  11. def asSafeJs(f: KeyObfuscator): JsExp

    Definition Classes
    KeyedMapper
  12. def asValid: Box[T]

    Returns the instance in a Full Box if the instance is valid, otherwise returns a Failure with the validation errors

    Returns the instance in a Full Box if the instance is valid, otherwise returns a Failure with the validation errors

    Definition Classes
    Mapper
  13. def checkNames: Unit

    Definition Classes
    Mapper
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. object cn extends MappedString[T]

  16. def comparePrimaryKeys(other: T): Boolean

    Definition Classes
    KeyedMapperMapper
  17. def connectionIdentifier: ConnectionIdentifier

    Definition Classes
    Mapper
  18. def connectionIdentifier(id: ConnectionIdentifier): T

    Definition Classes
    Mapper
  19. def countryField: Box[MappedCountry[T]]

    Definition Classes
    Mapper
  20. def dbCalculateConnectionIdentifier: PartialFunction[T, ConnectionIdentifier]

    Definition Classes
    Mapper
  21. def dbName: String

    Definition Classes
    MapperBaseMapper
  22. def db_can_delete_?: Boolean

    Can this model object be deleted?

    Can this model object be deleted?

    Definition Classes
    Mapper
  23. def delete_!: Boolean

    Delete the model from the RDBMS

    Delete the model from the RDBMS

    Definition Classes
    Mapper
  24. def dirty_?: Boolean

    Definition Classes
    Mapper
  25. object dn extends MappedString[T]

  26. def doPostCommit(func: () ⇒ Unit): T

    Append a function to perform after the commit happens

    Append a function to perform after the commit happens

    func

    - the function to perform after the commit happens

    Definition Classes
    Mapper
  27. lazy val email: MappedEmail[T]

    The email field for the User.

    The email field for the User. You can override the behavior of this field:

    override lazy val email = new MyEmail(this, 48) {
      println("I am doing something different")
    }
    

    Definition Classes
    ProtoUser
  28. def emailDisplayName: String

    The email first name

    The email first name

    Definition Classes
    ProtoUser
  29. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    KeyedMapper → AnyRef → Any
  31. def fieldByName[T](fieldName: String): Box[MappedField[T, T]]

    Find the field by name

    Find the field by name

    fieldName

    -- the name of the field to find

    returns

    Box[MappedField]

    Definition Classes
    Mapper
  32. def fieldMapperTransforms(fieldTransform: (BaseOwnedMappedField[T]) ⇒ NodeSeq): Seq[CssSel]

    Definition Classes
    Mapper
  33. def fieldTransforms: Seq[CssSel]

    Definition Classes
    Mapper
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. lazy val firstName: MappedString[T]

    The first name field for the User.

    The first name field for the User. You can override the behavior of this field:

    override lazy val firstName = new MyFirstName(this, 32) {
      println("I am doing something different")
    }
    

    Definition Classes
    ProtoUser
  36. def firstNameDisplayName: String

    The string name for the first name field

    The string name for the first name field

    Definition Classes
    ProtoUser
  37. def flatMapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  38. def flatMapFieldTitleForm2[T](func: (NodeSeq, MappedField[_, T], NodeSeq) ⇒ Seq[T]): List[T]

    flat map the fields titles and forms to generate a list

    flat map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  39. def formFields: List[MappedField[_, T]]

    Get the fields (in order) for displaying a form

    Get the fields (in order) for displaying a form

    Definition Classes
    Mapper
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def getRoles: List[String]

  42. def hashCode(): Int

    Definition Classes
    KeyedMapper → AnyRef → Any
  43. def htmlLine: NodeSeq

    Definition Classes
    Mapper
  44. lazy val id: MappedLongIndex[T]

    The primary key field for the User.

    The primary key field for the User. You can override the behavior of this field:

    override lazy val id = new MyMappedLongClass(this) {
      println("I am doing something different")
    }
    

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

    Definition Classes
    Any
  46. lazy val lastName: MappedString[T]

    The last field for the User.

    The last field for the User. You can override the behavior of this field:

    override lazy val lastName = new MyLastName(this, 32) {
      println("I am doing something different")
    }
    

    Definition Classes
    ProtoUser
  47. def lastNameDisplayName: String

    The last name string

    The last name string

    Definition Classes
    ProtoUser
  48. object ldapRoles extends SessionVar[List[String]]

  49. lazy val locale: T.MyLocale

    The locale field for the User.

    The locale field for the User. You can override the behavior of this field:

    override lazy val locale = new MyLocale(this, 32) {
      println("I am doing something different")
    }
    

    Definition Classes
    MegaProtoUser
  50. def localeDisplayName: String

    The string for the locale field

    The string for the locale field

    Definition Classes
    MegaProtoUser
  51. def localeField: Box[MappedLocale[T]]

    If there's a field in this record that defines the locale, return it

    If there's a field in this record that defines the locale, return it

    Definition Classes
    Mapper
  52. def mapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    map the fields titles and forms to generate a list

    map the fields titles and forms to generate a list

    func

    called with displayHtml, fieldId, form

    Definition Classes
    Mapper
  53. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  54. def niceName: String

    Definition Classes
    ProtoUser
  55. def niceNameWEmailLink: Elem

    Definition Classes
    ProtoUser
  56. final def notify(): Unit

    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  58. lazy val password: MappedPassword[T]

    The password field for the User.

    The password field for the User. You can override the behavior of this field:

    override lazy val password = new MyPassword(this) {
      println("I am doing something different")
    }
    

    Definition Classes
    ProtoUser
  59. def passwordDisplayName: String

    The display name for the password field

    The display name for the password field

    Definition Classes
    ProtoUser
  60. def prependFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  61. def primaryKeyField: MappedLongIndex[T]

    Definition Classes
    ProtoUserKeyedMapperBaseKeyedMapper
  62. def reload: T

    Definition Classes
    KeyedMapper
  63. def rolesNameRegex: String

    Regular expression to get user roles names

  64. def rolesSearchFilter: String

    User Roles LDAP search filter

  65. def runSafe[T](f: ⇒ T): T

    Definition Classes
    Mapper
  66. final def safe_?: Boolean

    Definition Classes
    Mapper
  67. def save(): Boolean

    Definition Classes
    MapperBaseMapper
  68. def saveMe(): T

    Save the instance and return the instance

    Save the instance and return the instance

    Definition Classes
    Mapper
  69. def saved_?: Boolean

    Definition Classes
    Mapper
  70. def setRoles(userDn: String, ldapVendor: LDAPVendor): Unit

  71. def shortName: String

    Definition Classes
    ProtoUser
  72. lazy val superUser: MappedBoolean[T]

    The superuser field for the User.

    The superuser field for the User. You can override the behavior of this field:

    override lazy val superUser = new MySuperUser(this) {
      println("I am doing something different")
    }
    

    Definition Classes
    ProtoUser
  73. def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)]

    If the instance calculates any additional fields for JSON object, put the calculated fields here

    If the instance calculates any additional fields for JSON object, put the calculated fields here

    Definition Classes
    Mapper
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. implicit def thisToMappee(in: Mapper[T]): T

    Definition Classes
    Mapper
  76. def timeZoneField: Box[MappedTimeZone[T]]

    Definition Classes
    Mapper
  77. lazy val timezone: T.MyTimeZone

    The time zone field for the User.

    The time zone field for the User. You can override the behavior of this field:

    override lazy val timezone = new MyTimeZone(this, 32) {
      println("I am doing something different")
    }
    

    Definition Classes
    MegaProtoUser
  78. def timezoneDisplayName: String

    The string for the timezone field

    The string for the timezone field

    Definition Classes
    MegaProtoUser
  79. def toForm(button: Box[String], redoSnippet: (NodeSeq) ⇒ NodeSeq, onSuccess: (T) ⇒ Unit): NodeSeq

    Definition Classes
    Mapper
  80. def toForm(button: Box[String], f: (T) ⇒ Any): NodeSeq

    Present the model as a form and execute the function on submission of the form

    Present the model as a form and execute the function on submission of the form

    button

    - If it's Full, put a submit button on the form with the value of the parameter

    f

    - the function to execute on form submission

    returns

    the form

    Definition Classes
    Mapper
  81. def toForm(button: Box[String], onSuccess: String): NodeSeq

    Present the model as a form and execute the function on submission of the form

    Present the model as a form and execute the function on submission of the form

    button

    - If it's Full, put a submit button on the form with the value of the parameter

    onSuccess

    - redirect to the URL if the model validates, otherwise display the errors

    returns

    the form

    Definition Classes
    Mapper
  82. def toHtml: NodeSeq

    Present the model as a HTML using the same formatting as toForm

    Present the model as a HTML using the same formatting as toForm

    returns

    the html view of the model

    Definition Classes
    Mapper
  83. def toString(): String

    Definition Classes
    Mapper → AnyRef → Any
  84. def toXml: Elem

    Definition Classes
    Mapper
  85. object uid extends MappedString[T]

  86. lazy val uniqueId: MappedUniqueId[T]

    The unique id field for the User.

    The unique id field for the User. This field is used for validation, lost passwords, etc. You can override the behavior of this field:

    override lazy val uniqueId = new MyUniqueId(this, 32) {
      println("I am doing something different")
    }
    

    Definition Classes
    MegaProtoUser
  87. def userIdAsString: String

    Convert the id to a String

    Convert the id to a String

    Definition Classes
    ProtoUserUserIdAsString
  88. def validate: List[FieldError]

    Definition Classes
    Mapper
  89. lazy val validated: MappedBoolean[T]

    The has the user been validated.

    The has the user been validated. You can override the behavior of this field:

    override lazy val validated = new MyValidated(this, 32) {
      println("I am doing something different")
    }
    

    Definition Classes
    MegaProtoUser
  90. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def appendField(pf: T.FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use appendFieldTransform with CssSels instead.

  2. def fieldMapperPF(transform: (BaseOwnedMappedField[T]) ⇒ NodeSeq): T.FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  3. def fieldPF: T.FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldTransforms with CssSels instead.

  4. def prependField(pf: T.FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use prependFieldTransform with CssSels instead.

Inherited from MegaProtoUser[T]

Inherited from ProtoUser[T]

Inherited from UserIdAsString

Inherited from KeyedMapper[Long, T]

Inherited from BaseKeyedMapper

Inherited from Mapper[T]

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from AnyRef

Inherited from Any

Ungrouped