Package

io.deepsense.commons.auth

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AuthException extends Exception

    Permalink
  2. case class NoRoleException(userContext: UserContext, expectedRole: String) extends AuthException with Product with Serializable

    Permalink
  3. case class ResourceAccessDeniedException(userContext: UserContext, resource: HasTenantId) extends AuthException with Product with Serializable

    Permalink

Ungrouped