p

io

unsecurity

package unsecurity

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unsecurity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package hlinx

Type Members

  1. abstract class AbstractContentTypeMatcher[F[_]] extends AbstractMethodMatcher[F]
  2. abstract class AbstractMethodMatcher[F[_]] extends AbstractPathMatcher[F] with UnsecurityOps[F]
  3. abstract class AbstractPathMatcher[F[_]] extends AnyRef
  4. abstract class AbstractUnsecurity[F[_], U] extends AbstractContentTypeMatcher[[_]F[_]]
  5. case class HttpProblem(status: Status, title: String, detail: Option[String], data: Option[Json], uuid: String = UUID.randomUUID().toString, cause: Option[Throwable] = None) extends RuntimeException with Product with Serializable
  6. case class MediaRangeMap[A](mr2a2rdf: List[(Set[MediaRange], A)]) extends Product with Serializable
  7. type ResponseDirective[F[_]] = Directive[F, Response[F]]
  8. trait Responses[F[_]] extends AnyRef
  9. trait SecurityContext[F[_], RU, U] extends AnyRef
  10. abstract class Unsecurity[F[_], RU, U] extends AbstractUnsecurity[F, U]
  11. trait UnsecurityOps[F[_]] extends DirectiveOps[F] with RequestDirectives[F]
  12. class UnsecurityPlan[F[_]] extends AnyRef

Deprecated Type Members

  1. class Server[F[_]] extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.6) Will be removed. It is better that the client controls the server creation

Value Members

  1. object HttpProblem extends Serializable
  2. object Server

Inherited from AnyRef

Inherited from Any

Ungrouped