Object/Trait

spinoco.protocol.ldap.elements

AttributeDescription

Related Docs: trait AttributeDescription | package elements

Permalink

object AttributeDescription

Source
AttributeDescription.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeDescription
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DottedDecimal(values: Vector[Int]) extends AttributeDescription with Product with Serializable

    Permalink

    The attribute is identified by its OID description.

    The attribute is identified by its OID description. It is in a format of "0.1.2.x...."

    values

    In order values of the OID.

  2. case class Recognised(tpe: AttributeType.Value) extends AttributeDescription with Product with Serializable

    Permalink

    The attribute is one of the compulsory recognised attributes.

    The attribute is one of the compulsory recognised attributes.

    tpe

    The attribute that was recognised.

  3. case class TextDescriptor(value: String) extends AttributeDescription with Product with Serializable

    Permalink

    The attribute is identified by a descriptor.

    The attribute is identified by a descriptor. That is a text representation of the attribute. And is not one of the compulsory recognised attributes.

    value

    The descriptor for the attribute.

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. object AttributeType extends Enumeration

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val codec: Codec[AttributeDescription]

    Permalink
  8. val codecInner: Codec[AttributeDescription]

    Permalink
  9. def decodeDottedDecimal(str: String): Attempt[DottedDecimal]

    Permalink

    Decodes an attribute in form of a dotted decimal.

    Decodes an attribute in form of a dotted decimal.

    This will fail if there are some other values than integers and dots.

    str

    The string that should contain the dotted decimal format.

  10. def decodeTpe(str: String): Attempt[AttributeDescription]

    Permalink

    Decodes the Attribute description from a string.

    Decodes the Attribute description from a string.

    This will try to match the attribute against recognised attributes first.

    str

    The string that is representing the type.

  11. def encodeTpe(tpe: AttributeDescription): String

    Permalink

    Encodes the description into a string that represents the attribute.

    Encodes the description into a string that represents the attribute.

    tpe

    The attribute description that is to be encoded.

  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped