Packages

case class RoleAndOrigins(role: Role, origins: Seq[Origin]) extends Product with Serializable

Associates a role with its origins.

role

the role

origins

the role's origins

Annotations
@Volatile()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoleAndOrigins
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RoleAndOrigins(role: Role, origins: Seq[Origin])

    role

    the role

    origins

    the role's origins

Value Members

  1. def innate: Boolean

    Returns true if this role is assigned specifically to the user (has origin "user" as opposed to being inherited from a group).

  2. val origins: Seq[Origin]
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def productIterator: Iterator[Any]
    Definition Classes
    Product
  5. val role: Role
  6. def toString(): String
    Definition Classes
    RoleAndOrigins → AnyRef → Any