Packages

class RolesCRUD[F[_], Role] extends AnyRef

Source
RolesCRUD.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RolesCRUD
  2. AnyRef
  3. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RolesCRUD(basePath: String, baseUri: Uri)(implicit arg0: Concurrent[F], arg1: Client[F], arg2: Encoder[Role], arg3: Decoder[Role], token: Raw)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ->[B](y: B): (RolesCRUD[F, Role], B)
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toArrowAssoc[RolesCRUD[F, Role]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apply(name: String): F[Role]

    Gets the role with the given name.

    Gets the role with the given name.

    name

    the name of the role.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def create(name: String, role: Role): F[Unit]

    Creates or updates a role definition.

    Creates or updates a role definition.

    Note

    This endpoint distinguishes between create and update ACL capabilities.

  9. def delete(name: String): F[Unit]

    Deletes the role with the given name.

    Deletes the role with the given name.

    name

    the role to delete.

  10. def ensuring(cond: (RolesCRUD[F, Role]) => Boolean, msg: => Any): RolesCRUD[F, Role]
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toEnsuring[RolesCRUD[F, Role]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (RolesCRUD[F, Role]) => Boolean): RolesCRUD[F, Role]
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toEnsuring[RolesCRUD[F, Role]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): RolesCRUD[F, Role]
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toEnsuring[RolesCRUD[F, Role]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): RolesCRUD[F, Role]
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toEnsuring[RolesCRUD[F, Role]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toStringFormat[RolesCRUD[F, Role]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def get(name: String): F[Option[Role]]

    Gets the role with the given name.

    Gets the role with the given name.

    name

    the name of the role.

    returns

    if a role named name exists a Some will be returned. None otherwise.

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def list: F[List[String]]

    List the available roles by name.

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val path: String
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val uri: Uri
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (RolesCRUD[F, Role], B)
    Implicit
    This member is added by an implicit conversion from RolesCRUD[F, Role] toArrowAssoc[RolesCRUD[F, Role]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringFormat fromRolesCRUD[F, Role] to StringFormat[RolesCRUD[F, Role]]

Inherited by implicit conversion Ensuring fromRolesCRUD[F, Role] to Ensuring[RolesCRUD[F, Role]]

Inherited by implicit conversion ArrowAssoc fromRolesCRUD[F, Role] to ArrowAssoc[RolesCRUD[F, Role]]

Ungrouped