p

io.udash

auth

package auth

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AuthPresenter[S <: State] extends Presenter[S] with AuthRequires

    Presenter which check user access in handleState method.

  2. trait AuthRequires extends AnyRef
  3. trait AuthView extends AnyRef
  4. class DefaultAuthExceptionCodecRegistry extends DefaultExceptionCodecRegistry
  5. trait Permission extends AnyRef

    Base class for permissions used with PermissionControl.

    Base class for permissions used with PermissionControl. Permissions are compared by ID.

  6. trait PermissionCombinator extends Any
  7. final case class PermissionId(value: String) extends AnyVal with Product with Serializable
    Annotations
    @transparent()
  8. case class UnauthenticatedException() extends RuntimeException with Product with Serializable
  9. case class UnauthorizedException() extends RuntimeException with Product with Serializable
  10. trait UserCtx extends AnyRef

Ungrouped