Trait

com.rasterfoundry.api.platform

PlatformRoutes

Related Doc: package platform

Permalink

trait PlatformRoutes extends Authentication with PaginationDirectives with CommonHandlers with UserErrorHandler with QueryParametersCommon

Linear Supertypes
QueryParametersCommon, QueryParameterDeserializers, UserErrorHandler, RollbarNotifier, CommonHandlers, PaginationDirectives, Authentication, LazyLogging, Directives, FramedEntityStreamingDirectives, WebSocketDirectives, SecurityDirectives, SchemeDirectives, RouteDirectives, RespondWithDirectives, RangeDirectives, PathDirectives, ImplicitPathMatcherConstruction, PathMatchers, TimeoutDirectives, ParameterDirectives, MiscDirectives, MethodDirectives, MarshallingDirectives, HostDirectives, HeaderDirectives, FutureDirectives, FormFieldDirectives, ToNameReceptacleEnhancements, FileUploadDirectives, FileAndResourceDirectives, ExecutionDirectives, CodingDirectives, DebuggingDirectives, CookieDirectives, CacheConditionDirectives, BasicDirectives, RouteConcatenation, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlatformRoutes
  2. QueryParametersCommon
  3. QueryParameterDeserializers
  4. UserErrorHandler
  5. RollbarNotifier
  6. CommonHandlers
  7. PaginationDirectives
  8. Authentication
  9. LazyLogging
  10. Directives
  11. FramedEntityStreamingDirectives
  12. WebSocketDirectives
  13. SecurityDirectives
  14. SchemeDirectives
  15. RouteDirectives
  16. RespondWithDirectives
  17. RangeDirectives
  18. PathDirectives
  19. ImplicitPathMatcherConstruction
  20. PathMatchers
  21. TimeoutDirectives
  22. ParameterDirectives
  23. MiscDirectives
  24. MethodDirectives
  25. MarshallingDirectives
  26. HostDirectives
  27. HeaderDirectives
  28. FutureDirectives
  29. FormFieldDirectives
  30. ToNameReceptacleEnhancements
  31. FileUploadDirectives
  32. FileAndResourceDirectives
  33. ExecutionDirectives
  34. CodingDirectives
  35. DebuggingDirectives
  36. CookieDirectives
  37. CacheConditionDirectives
  38. BasicDirectives
  39. RouteConcatenation
  40. AnyRef
  41. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AsyncAuthenticator[T] = (Credentials) ⇒ Future[Option[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  2. type AsyncAuthenticatorPF[T] = PartialFunction[Credentials, Future[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  3. type AuthenticationResult[+T] = Either[HttpChallenge, T]

    Permalink
    Definition Classes
    SecurityDirectives
  4. type Authenticator[T] = (Credentials) ⇒ Option[T]

    Permalink
    Definition Classes
    SecurityDirectives
  5. type AuthenticatorPF[T] = PartialFunction[Credentials, T]

    Permalink
    Definition Classes
    SecurityDirectives
  6. case class MalformedPaginationRejection extends Rejection with Product with Serializable

    Permalink
    Definition Classes
    PaginationDirectives
  7. abstract class NumberMatcher[T] extends PathMatcher1[T]

    Permalink
    Definition Classes
    PathMatchers
  8. type RequestToSourceUnmarshaller[T] = Unmarshaller[HttpRequest, Source[T, NotUsed]]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives

Abstract Value Members

  1. abstract val config: Config

    Permalink
    Definition Classes
    PaginationDirectives
  2. abstract val xa: doobie.Transactor[IO]

    Permalink
    Definition Classes
    PlatformRoutes → Authentication

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DoubleNumber: PathMatcher1[Double]

    Permalink
    Definition Classes
    PathMatchers
  5. val JavaUUID: PathMatcher1[UUID]

    Permalink
    Definition Classes
    PathMatchers
  6. val Neutral: PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  7. object Segment extends PathMatcher1[String]

    Permalink
    Definition Classes
    PathMatchers
  8. def Segments(min: Int, max: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  9. def Segments(count: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  10. val Segments: PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  11. def _defaultClassLoader: ClassLoader

    Permalink
    Attributes
    protected[akka.http]
    Definition Classes
    FileAndResourceDirectives
  12. implicit def _enhanceRouteWithConcatenation(route: Route): RouteWithConcatenation

    Permalink
    Definition Classes
    RouteConcatenation
  13. implicit def _regex2PathMatcher(regex: Regex): PathMatcher1[String]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  14. implicit def _segmentStringToPathMatcher(segment: String): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  15. implicit def _string2NR(string: String): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  16. implicit def _stringExtractionPair2PathMatcher[T](tuple: (String, T)): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  17. implicit def _stringNameOptionReceptacle2PathMatcher(nr: NameOptionReceptacle[String]): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  18. implicit def _symbol2NR(symbol: Symbol): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  19. implicit def _valueMap2PathMatcher[T](valueMap: Map[String, T]): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  20. def activateOrganization(platformId: UUID, organizationId: UUID, user: User): Route

    Permalink
  21. def activatePlatform(platformId: UUID, user: User): Route

    Permalink
  22. def activationParams: Directive1[ActivationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  23. def addUserToOrganization(platformId: UUID, orgId: UUID): Route

    Permalink
  24. def addUserToTeam(platformId: UUID, orgId: UUID, teamId: UUID): Route

    Permalink
  25. def annotationExportQueryParameters: Directive1[AnnotationExportQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  26. def annotationQueryParams: Directive1[AnnotationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  27. lazy val anonymousUser: Future[Option[User]]

    Permalink
    Definition Classes
    Authentication
  28. def aoiQueryParameters: Directive1[AoiQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  29. def as[T](implicit um: FromRequestUnmarshaller[T]): FromRequestUnmarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. final def asSourceOf[T](support: EntityStreamingSupport)(implicit um: FromByteStringUnmarshaller[T]): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  32. final def asSourceOf[T](implicit um: FromByteStringUnmarshaller[T], support: EntityStreamingSupport): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  33. def authenticate: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  34. def authenticateBasic[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  35. def authenticateBasicAsync[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  36. def authenticateBasicPF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  37. def authenticateBasicPFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  38. def authenticateOAuth2[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  39. def authenticateOAuth2Async[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  40. def authenticateOAuth2PF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  41. def authenticateOAuth2PFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  42. def authenticateOrRejectWithChallenge[C <: HttpCredentials, T](authenticator: (Option[C]) ⇒ Future[AuthenticationResult[T]])(implicit arg0: ClassTag[C]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  43. def authenticateOrRejectWithChallenge[T](authenticator: (Option[HttpCredentials]) ⇒ Future[AuthenticationResult[T]]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  44. def authenticateSuperUser: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  45. def authenticateWithParameter: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  46. def authenticateWithToken(tokenString: String): Directive1[User]

    Permalink
    Definition Classes
    Authentication
    Annotations
    @SuppressWarnings()
  47. def authorize(check: (RequestContext) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  48. def authorize(check: ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  49. def authorizeAsync(check: (RequestContext) ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  50. def authorizeAsync(check: ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  51. def cancelRejection(rejection: Rejection): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  52. def cancelRejections(cancelFilter: (Rejection) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  53. def cancelRejections(classes: Class[_]*): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  54. lazy val challenge: HttpChallenge

    Permalink
    Definition Classes
    Authentication
  55. def checkSameOrigin(allowed: Default): Directive0

    Permalink
    Definition Classes
    HeaderDirectives
  56. def circeDecodingError: ExceptionHandler

    Permalink
    Definition Classes
    CommonHandlers
  57. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. val cogMissingHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  59. def complete(m: ⇒ ToResponseMarshallable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  60. def completeOrFail(magnet: CompleteOrRecoverWithMagnet): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  61. def completeOrRecoverWith(magnet: CompleteOrRecoverWithMagnet): Directive1[Throwable]

    Permalink
    Definition Classes
    FutureDirectives
  62. def completeSingleOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  63. def completeSomeOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  64. def completeWith[T](marshaller: ToResponseMarshaller[T])(inner: ((T) ⇒ Unit) ⇒ Unit): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  65. def completeWithOneOrFail(future: ⇒ Future[Int]): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  66. def concat(routes: Route*): Route

    Permalink
    Definition Classes
    RouteConcatenation
  67. def conditional(eTag: Option[EntityTag], lastModified: Option[DateTime]): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  68. def conditional(eTag: EntityTag, lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  69. def conditional(lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  70. def conditional(eTag: EntityTag): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  71. val configAuth: Config

    Permalink
    Definition Classes
    Authentication
  72. def cookie(name: String): Directive1[HttpCookiePair]

    Permalink
    Definition Classes
    CookieDirectives
  73. def createOrganization(platformId: UUID): Route

    Permalink
  74. def createPlatform: Route

    Permalink
  75. def createTeam(platformId: UUID, orgId: UUID): Route

    Permalink
  76. def createUserWithRoles(userId: String, email: String, name: String, picture: String, jwtClaims: JWTClaimsSet): doobie.ConnectionIO[(User, List[UserGroupRole])]

    Permalink
    Definition Classes
    Authentication
  77. def deactivateOrganization(platformId: UUID, organizationId: UUID, user: User): Route

    Permalink
  78. def deactivatePlatform(platformId: UUID): Route

    Permalink
  79. def decodeRequest: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  80. def decodeRequestWith(decoders: Decoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  81. def decodeRequestWith(decoder: Decoder): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  82. def defaultPersonalInfo(user: User, claims: JWTClaimsSet): PersonalInfo

    Permalink
    Definition Classes
    Authentication
  83. def delete: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  84. def deleteCookie(name: String, domain: String, path: String): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  85. def deleteCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  86. def deleteOrganization(platformId: UUID, orgId: UUID): Route

    Permalink
  87. def deletePlatform(platformId: UUID): Route

    Permalink
  88. def deleteTeam(platformId: UUID, orgId: UUID, teamId: UUID): Route

    Permalink
  89. implicit val deserializerGroupType: Unmarshaller[String, GroupType]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  90. implicit val deserializerTimestamp: Unmarshaller[String, Timestamp]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  91. implicit val deserializerUUID: Unmarshaller[String, UUID]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  92. def encodeResponse: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  93. def encodeResponseWith(first: Encoder, more: Encoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  94. def entity[T](um: FromRequestUnmarshaller[T]): Directive1[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  95. val environment: String

    Permalink
    Definition Classes
    RollbarNotifier
  96. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  97. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  98. def extract[T](f: (RequestContext) ⇒ T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  99. def extractActorSystem: Directive1[ActorSystem]

    Permalink
    Definition Classes
    BasicDirectives
  100. def extractClientIP: Directive1[RemoteAddress]

    Permalink
    Definition Classes
    MiscDirectives
  101. def extractCredentials: Directive1[Option[HttpCredentials]]

    Permalink
    Definition Classes
    SecurityDirectives
  102. def extractDataBytes: Directive1[Source[ByteString, Any]]

    Permalink
    Definition Classes
    BasicDirectives
  103. def extractExecutionContext: Directive1[ExecutionContextExecutor]

    Permalink
    Definition Classes
    BasicDirectives
  104. def extractHost: Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  105. def extractLog: Directive1[LoggingAdapter]

    Permalink
    Definition Classes
    BasicDirectives
  106. def extractMapTokenParam: Directive1[Option[UUID]]

    Permalink
    Definition Classes
    Authentication
  107. def extractMatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  108. def extractMaterializer: Directive1[Materializer]

    Permalink
    Definition Classes
    BasicDirectives
  109. def extractMethod: Directive1[HttpMethod]

    Permalink
    Definition Classes
    MethodDirectives
  110. def extractOfferedWsProtocols: Directive1[Seq[String]]

    Permalink
    Definition Classes
    WebSocketDirectives
  111. def extractParserSettings: Directive1[ParserSettings]

    Permalink
    Definition Classes
    BasicDirectives
  112. def extractRequest: Directive1[HttpRequest]

    Permalink
    Definition Classes
    BasicDirectives
  113. def extractRequestContext: Directive1[RequestContext]

    Permalink
    Definition Classes
    BasicDirectives
  114. def extractRequestEntity: Directive1[RequestEntity]

    Permalink
    Definition Classes
    BasicDirectives
  115. def extractRequestTimeout: Directive1[Duration]

    Permalink
    Definition Classes
    TimeoutDirectives
  116. def extractScheme: Directive1[String]

    Permalink
    Definition Classes
    SchemeDirectives
  117. def extractSettings: Directive1[RoutingSettings]

    Permalink
    Definition Classes
    BasicDirectives
  118. def extractStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  119. def extractStrictEntity(timeout: FiniteDuration): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  120. def extractTokenHeader: Directive1[Option[String]]

    Permalink
    Definition Classes
    Authentication
  121. def extractUnmatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  122. def extractUpgradeToWebSocket: Directive1[UpgradeToWebSocket]

    Permalink
    Definition Classes
    WebSocketDirectives
  123. def extractUri: Directive1[Uri]

    Permalink
    Definition Classes
    BasicDirectives
  124. def failWith(error: Throwable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  125. def fileUpload(fieldName: String): Directive1[(FileInfo, Source[ByteString, Any])]

    Permalink
    Definition Classes
    FileUploadDirectives
  126. def fileUploadAll(fieldName: String): Directive1[Seq[(FileInfo, Source[ByteString, Any])]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  127. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  128. def formField(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  129. def formFieldMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    FormFieldDirectives
  130. def formFieldMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    FormFieldDirectives
  131. def formFieldSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    FormFieldDirectives
  132. def formFields(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  133. def get: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  134. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  135. def getFromBrowseableDirectories(directories: String*)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  136. def getFromBrowseableDirectory(directory: String)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  137. def getFromDirectory(directoryName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  138. def getFromFile(file: File, contentType: ContentType): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  139. def getFromFile(file: File)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  140. def getFromFile(fileName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  141. def getFromResource(resourceName: String, contentType: ContentType, classLoader: ClassLoader): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  142. def getFromResource(resourceName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  143. def getFromResourceDirectory(directoryName: String, classLoader: ClassLoader)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  144. def getNameOrFallback(claims: JWTClaimsSet): String

    Permalink
    Definition Classes
    Authentication
  145. def getOrganization(platformId: UUID, orgId: UUID): Route

    Permalink
  146. def getPlatform(platformId: UUID): Route

    Permalink
  147. def getStringClaimOrBlank(claims: JWTClaimsSet, key: String): String

    Permalink
    Definition Classes
    Authentication
  148. def getTeam(platformId: UUID, orgId: UUID, teamId: UUID): Route

    Permalink
  149. def groupQueryParameters: Directive1[GroupQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  150. def handleExceptions(handler: ExceptionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  151. def handleRejections(handler: RejectionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  152. def handleWebSocketMessages(handler: Flow[Message, Message, Any]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  153. def handleWebSocketMessagesForOptionalProtocol(handler: Flow[Message, Message, Any], subprotocol: Option[String]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  154. def handleWebSocketMessagesForProtocol(handler: Flow[Message, Message, Any], subprotocol: String): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  155. def handleWith[A, B](f: (A) ⇒ B)(implicit um: FromRequestUnmarshaller[A], m: ToResponseMarshaller[B]): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  156. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  157. def head: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  158. def headerValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  159. def headerValueByName(headerName: String): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  160. def headerValueByName(headerName: Symbol): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  161. def headerValueByType[T](magnet: HeaderMagnet[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  162. def headerValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  163. def host(regex: Regex): Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  164. def host(predicate: (String) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    HostDirectives
  165. def host(hostNames: String*): Directive0

    Permalink
    Definition Classes
    HostDirectives
  166. def ignoreTrailingSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  167. def instanceOf[T](implicit m: ToResponseMarshaller[T]): ToResponseMarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  168. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  169. def listDirectoryContents(directories: String*)(implicit renderer: DirectoryRenderer): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  170. def listOrganizationMembers(platformId: UUID, orgId: UUID): Route

    Permalink
  171. def listPlatformMembers(platformId: UUID): Route

    Permalink
  172. def listPlatformOrganizations(platformId: UUID): Route

    Permalink
  173. def listPlatformUserTeams(platformId: UUID): Route

    Permalink
  174. def listPlatforms: Route

    Permalink
  175. def listTeamMembers(platformId: UUID, orgId: UUID, teamId: UUID): Route

    Permalink
  176. def listTeams(platformId: UUID, organizationId: UUID): Route

    Permalink
  177. def logRequest(magnet: LoggingMagnet[(HttpRequest) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  178. def logRequestResult(magnet: LoggingMagnet[(HttpRequest) ⇒ (RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  179. def logResult(magnet: LoggingMagnet[(RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  180. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  181. def mapInnerRoute(f: (Route) ⇒ Route): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  182. def mapRejections(f: (Seq[Rejection]) ⇒ Seq[Rejection]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  183. def mapRequest(f: (HttpRequest) ⇒ HttpRequest): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  184. def mapRequestContext(f: (RequestContext) ⇒ RequestContext): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  185. def mapResponse(f: (HttpResponse) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  186. def mapResponseEntity(f: (ResponseEntity) ⇒ ResponseEntity): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  187. def mapResponseHeaders(f: (Seq[HttpHeader]) ⇒ Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  188. def mapRouteResult(f: (RouteResult) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  189. def mapRouteResultFuture(f: (Future[RouteResult]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  190. def mapRouteResultPF(f: PartialFunction[RouteResult, RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  191. def mapRouteResultWith(f: (RouteResult) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  192. def mapRouteResultWithPF(f: PartialFunction[RouteResult, Future[RouteResult]]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  193. def mapSettings(f: (RoutingSettings) ⇒ RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  194. def mapUnmatchedPath(f: (Path) ⇒ Path): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  195. def method(httpMethod: HttpMethod): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  196. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  197. def nothingMatcher[L](implicit arg0: Tuple[L]): PathMatcher[L]

    Permalink
    Definition Classes
    PathMatchers
  198. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  199. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  200. def onComplete[T](future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  201. def onCompleteWithBreaker[T](breaker: CircuitBreaker)(future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  202. def onSuccess(magnet: OnSuccessMagnet): Directive[Out]

    Permalink
    Definition Classes
    FutureDirectives
  203. def optionalCookie(name: String): Directive1[Option[HttpCookiePair]]

    Permalink
    Definition Classes
    CookieDirectives
  204. def optionalHeaderValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  205. def optionalHeaderValueByName(headerName: String): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  206. def optionalHeaderValueByName(headerName: Symbol): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  207. def optionalHeaderValueByType[T <: HttpHeader](magnet: HeaderMagnet[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  208. def optionalHeaderValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  209. def options: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  210. def orgQueryParams: Directive1[OrgQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  211. def overrideMethodWithParameter(paramName: String): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  212. def ownerQueryParameters: Directive1[OwnerQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  213. def ownershipTypeQueryParameters: Directive1[OwnershipTypeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  214. def parameter(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  215. def parameterMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    ParameterDirectives
  216. def parameterMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    ParameterDirectives
  217. def parameterSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    ParameterDirectives
  218. def parameters(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  219. def pass: Directive0

    Permalink
    Definition Classes
    BasicDirectives
  220. def patch: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  221. def path[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  222. def pathEnd: Directive0

    Permalink
    Definition Classes
    PathDirectives
  223. def pathEndOrSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  224. def pathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  225. def pathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  226. def pathSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  227. def pathSuffix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  228. def pathSuffixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  229. def platformIdParams: Directive1[PlatformIdQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  230. val platformRoutes: Route

    Permalink
  231. def post: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  232. def projectQueryParameters: Directive1[ProjectQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  233. def provide[T](value: T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  234. def put: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  235. def rawPathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  236. def rawPathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  237. def recoverRejections(f: (Seq[Rejection]) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  238. def recoverRejectionsWith(f: (Seq[Rejection]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  239. def redirect(uri: Uri, redirectionType: Redirection): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  240. def redirectToNoTrailingSlashIfPresent(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  241. def redirectToTrailingSlashIfMissing(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  242. def reject(rejections: Rejection*): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  243. def reject: StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  244. def rejectEmptyResponse: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  245. def removeUserFromOrganization(platformId: UUID, orgId: UUID, userId: String): Route

    Permalink
  246. def removeUserFromTeam(platformId: UUID, orgId: UUID, teamId: UUID, userId: String): Route

    Permalink
  247. def requestEncodedWith(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  248. def requestEntityEmpty: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  249. def requestEntityPresent: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  250. def respondWithDefaultHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  251. def respondWithDefaultHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  252. def respondWithDefaultHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  253. def respondWithHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  254. def respondWithHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  255. def respondWithHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  256. def responseEncodingAccepted(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  257. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  258. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  259. def scheme(name: String): Directive0

    Permalink
    Definition Classes
    SchemeDirectives
  260. def searchParams: Directive1[SearchQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  261. def selectPreferredLanguage(first: Language, more: Language*): Directive1[Language]

    Permalink
    Definition Classes
    MiscDirectives
  262. def sendError(s: String): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  263. def sendError(e: Throwable): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  264. def separateOnSlashes(string: String): PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  265. def setCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  266. def setOrganizationStatus(platformId: UUID, organizationId: UUID): Route

    Permalink
  267. def setPlatformStatus(platformId: UUID): Route

    Permalink
  268. def shapeQueryParams: Directive1[ShapeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  269. def storeUploadedFile(fieldName: String, destFn: (FileInfo) ⇒ File): Directive[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  270. def storeUploadedFiles(fieldName: String, destFn: (FileInfo) ⇒ File): Directive1[Seq[(FileInfo, File)]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  271. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  272. def tagQueryParameters: Directive1[TagQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  273. def teamQueryParameters: Directive1[TeamQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  274. def textract[L](f: (RequestContext) ⇒ L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  275. def timestampQueryParameters: Directive1[TimestampQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  276. def toStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  277. def toStrictEntity(timeout: FiniteDuration): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  278. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  279. def tprovide[L](values: L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  280. def updateOrganization(platformId: UUID, orgId: UUID): Route

    Permalink
  281. def updatePlatform(platformId: UUID): Route

    Permalink
  282. def updateTeam(platformId: UUID, orgId: UUID, teamId: UUID): Route

    Permalink
  283. def userAuditQueryParameters: Directive1[UserAuditQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  284. val userExceptionHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  285. def userQueryParameters: Directive1[UserQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  286. def validate(check: ⇒ Boolean, errorMsg: String): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  287. def verifyJWT(tokenString: String): Either[BadJWTException, (JwtToken, JWTClaimsSet)]

    Permalink
    Definition Classes
    Authentication
  288. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  289. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  290. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  291. def withExecutionContext(ec: ExecutionContextExecutor): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  292. def withLog(log: LoggingAdapter): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  293. def withMaterializer(materializer: Materializer): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  294. def withOptionalPagination: Directive1[Option[PageRequest]]

    Permalink
    Definition Classes
    PaginationDirectives
  295. def withPagination: Directive1[PageRequest]

    Permalink
    Definition Classes
    PaginationDirectives
  296. def withPrecompressedMediaTypeSupport: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  297. def withRangeSupport: Directive0

    Permalink
    Definition Classes
    RangeDirectives
  298. def withRequestTimeout(timeout: Duration, handler: Option[(HttpRequest) ⇒ HttpResponse]): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  299. def withRequestTimeout(timeout: Duration, handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  300. def withRequestTimeout(timeout: Duration): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  301. def withRequestTimeoutResponse(handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  302. def withSettings(settings: RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  303. def withSizeLimit(maxBytes: Long): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  304. def withoutRequestTimeout: Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  305. def withoutSizeLimit: Directive0

    Permalink
    Definition Classes
    MiscDirectives

Deprecated Value Members

  1. def uploadedFile(fieldName: String): Directive1[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Deprecated in favor of storeUploadedFile which allows to specify a file to store the upload in.

Inherited from QueryParametersCommon

Inherited from UserErrorHandler

Inherited from RollbarNotifier

Inherited from CommonHandlers

Inherited from PaginationDirectives

Inherited from Authentication

Inherited from LazyLogging

Inherited from Directives

Inherited from FramedEntityStreamingDirectives

Inherited from WebSocketDirectives

Inherited from SecurityDirectives

Inherited from SchemeDirectives

Inherited from RouteDirectives

Inherited from RespondWithDirectives

Inherited from RangeDirectives

Inherited from PathDirectives

Inherited from ImplicitPathMatcherConstruction

Inherited from PathMatchers

Inherited from TimeoutDirectives

Inherited from ParameterDirectives

Inherited from MiscDirectives

Inherited from MethodDirectives

Inherited from MarshallingDirectives

Inherited from HostDirectives

Inherited from HeaderDirectives

Inherited from FutureDirectives

Inherited from FormFieldDirectives

Inherited from ToNameReceptacleEnhancements

Inherited from FileUploadDirectives

Inherited from FileAndResourceDirectives

Inherited from ExecutionDirectives

Inherited from CodingDirectives

Inherited from DebuggingDirectives

Inherited from CookieDirectives

Inherited from CacheConditionDirectives

Inherited from BasicDirectives

Inherited from RouteConcatenation

Inherited from AnyRef

Inherited from Any

Ungrouped