Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class AdminUser(id: String, username: String) extends LoggedUser with Product with Serializable
  2. trait AnonymousAccess extends Directives
  3. final case class AuthCredentials(value: String) extends AnyVal with Product with Serializable
  4. final case class AuthenticatedUser(id: String, username: String, roles: Set[String]) extends Product with Serializable
  5. trait AuthenticationConfiguration extends AnyRef
  6. trait AuthenticationProvider extends NamedServiceProvider
  7. trait AuthenticationResources extends Directives with FailFastCirceSupport
  8. final case class CommonUser(id: String, username: String, categoryPermissions: Map[String, Set[Permission]] = Map.empty, globalPermissions: List[GlobalPermission] = Nil) extends LoggedUser with Product with Serializable
  9. sealed trait FrontendStrategySettings extends AnyRef
  10. sealed trait LoggedUser extends AnyRef
  11. class RulesSet extends AnyRef

Ungrouped