Packages

object roles extends RolesCRUD[F, Role]

Source
AppRole.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. roles
  2. RolesCRUD
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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.

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

    Creates or updates a role definition.

    Creates or updates a role definition.

    Definition Classes
    RolesCRUD
    Note

    This endpoint distinguishes between create and update ACL capabilities.

  8. 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.

    Definition Classes
    RolesCRUD
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. 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.

    Definition Classes
    RolesCRUD
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def list: F[List[String]]

    List the available roles by name.

    List the available roles by name.

    Definition Classes
    RolesCRUD
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val path: String
    Definition Classes
    rolesRolesCRUD
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. val uri: Uri
    Definition Classes
    rolesRolesCRUD
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from RolesCRUD[F, Role]

Inherited from AnyRef

Inherited from Any

Ungrouped