Options
All
  • Public
  • Public/Protected
  • All
Menu

The user object that is used by the frontend in its logic.

Hierarchy

  • User

Implements

Index

Constructors

  • new User(id: string, email: string, firstName: string, lastName: string, authorities: string[], roles: ProcessRole[], groups?: string[], nextGroups?: string[], impersonated?: User): User

Properties

authorities: string[]
email: string
firstName: string
groups?: string[]
id: string
impersonated?: User
lastName: string
nextGroups?: string[]
roles: ProcessRole[]

Accessors

  • get fullName(): string
  • get name(): string
  • get surname(): string

Methods

  • getSelfOrImpersonated(): User
  • isEmpty(): boolean
  • isImpersonating(): boolean

Generated using TypeDoc