Class

pt.tecnico.dsi.ldap

Ldap

Related Doc: package ldap

Permalink

class Ldap extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ldap
  2. LazyLogging
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ldap(settings: Settings = new Settings())

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to any2stringadd[Ldap] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Ldap, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to ArrowAssoc[Ldap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addAttributes(dn: String = "", textAttributes: Map[String, List[String]] = Map.empty, binaryAttributes: Map[String, List[Array[Byte]]] = Map.empty)(implicit ex: ExecutionContext): Future[Unit]

    Permalink
  7. def addEntry(dn: String = "", textAttributes: Map[String, List[String]] = Map.empty, binaryAttributes: Map[String, List[Array[Byte]]] = Map.empty)(implicit ex: ExecutionContext): Future[Unit]

    Permalink

    Add a new entry to Ldap, using a connection.

    Add a new entry to Ldap, using a connection. If an equal entry already exists, nothing is done. Otherwise, the entry is updated with the new values.

    dn

    the entry identifier. base-dn is appended in the end

    textAttributes

    the entry's text attributes

    binaryAttributes

    the entry's binary attributes

    ex

    the execution context where the Future will be executed

    returns

    a Future wrapping the add operation

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def closePool(): Unit

    Permalink
  11. def deleteEntry(dn: String = "")(implicit ex: ExecutionContext): Future[Unit]

    Permalink
  12. def ensuring(cond: (Ldap) ⇒ Boolean, msg: ⇒ Any): Ldap

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to Ensuring[Ldap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Ldap) ⇒ Boolean): Ldap

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to Ensuring[Ldap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Ldap

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to Ensuring[Ldap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Ldap

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to Ensuring[Ldap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to StringFormat[Ldap] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. def removeAttributes(dn: String = "", attributes: Seq[String])(implicit ex: ExecutionContext): Future[Unit]

    Permalink
  28. def replaceAttributes(dn: String = "", textAttributes: Map[String, List[String]], binaryAttributes: Map[String, List[Array[Byte]]])(implicit ex: ExecutionContext): Future[Unit]

    Permalink
  29. def search(dn: String = "", filter: String, returningAttributes: Seq[String] = Seq.empty, size: Int = settings.searchSizeLimit)(implicit ex: ExecutionContext): Future[Seq[Entry]]

    Permalink
  30. def searchAll(dn: String = "", filter: String, returningAttributes: Seq[String] = Seq.empty)(implicit ex: ExecutionContext): Future[Seq[Entry]]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (Ldap, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Ldap to ArrowAssoc[Ldap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Ldap to any2stringadd[Ldap]

Inherited by implicit conversion StringFormat from Ldap to StringFormat[Ldap]

Inherited by implicit conversion Ensuring from Ldap to Ensuring[Ldap]

Inherited by implicit conversion ArrowAssoc from Ldap to ArrowAssoc[Ldap]

Ungrouped