Package

io.udash

auth

Permalink

package auth

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Presenter which check user access in handleState method.

  2. trait AuthRequires extends AnyRef

    Permalink
  3. trait AuthView extends AnyRef

    Permalink
  4. class DefaultAuthExceptionCodecRegistry extends DefaultExceptionCodecRegistry

    Permalink
  5. trait Permission extends AnyRef

    Permalink

    Base class for permissions used with PermissionControl.

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

  6. trait PermissionCombinator extends Any

    Permalink
  7. final case class PermissionId(value: String) extends AnyVal with Product with Serializable

    Permalink
    Annotations
    @transparent()
  8. case class UnauthenticatedException() extends RuntimeException with Product with Serializable

    Permalink
  9. case class UnauthorizedException() extends RuntimeException with Product with Serializable

    Permalink
  10. trait UserCtx extends AnyRef

    Permalink

Ungrouped