RoleAndOrigins

class RoleAndOrigins(val role: Role, val origins: Set<RoleAndOrigins.Origin>)

Constructors

Link copied to clipboard
constructor(role: Role, origins: Set<RoleAndOrigins.Origin>)

Types

Link copied to clipboard
class Origin(val type: String, val name: String? = null)

Indicates why a user has the role.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
val role: Role

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String