package unsecurity
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- unsecurity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class AbstractContentTypeMatcher[F[_]] extends AbstractMethodMatcher[F]
- abstract class AbstractMethodMatcher[F[_]] extends AbstractPathMatcher[F] with UnsecurityOps[F]
- abstract class AbstractPathMatcher[F[_]] extends AnyRef
- abstract class AbstractUnsecurity[F[_], U] extends AbstractContentTypeMatcher[[_]F[_]]
- trait Complete[F[_]] extends AnyRef
- 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
- case class MediaRangeItem[A](supportedRequestContent: Set[MediaRange], responseContentType: Option[Content-Type], value: A) extends Product with Serializable
- case class MediaRangeMap[A](mr2a2rdf: List[MediaRangeItem[A]]) extends Product with Serializable
- case class ResponseAlternativeForContent[A](contentType: Option[Content-Type], value: A) extends Product with Serializable
- type ResponseDirective[F[_]] = Directive[F, Response[F]]
- trait Responses[F[_]] extends AnyRef
- trait SecurityContext[F[_], RU, U] extends AnyRef
- abstract class Unsecurity[F[_], RU, U] extends AbstractUnsecurity[F, U]
- trait UnsecurityOps[F[_]] extends DirectiveOps[F] with RequestDirectives[F]
- class UnsecurityPlan[F[_]] extends AnyRef
Value Members
- object ContentNegotiation
- object HttpProblem extends Serializable
- object Server