AuthenticationHandlerFilter

AuthenticationHandlerFilter Filter to handle authentication

Parameters

method

: Method -> Method of the controller

Constructors

Link copied to clipboard
constructor(method: Method)

Functions

Link copied to clipboard
open override fun description(): String
Link copied to clipboard
open override fun doFilter(exchange: HttpExchange?, chain: Filter.Chain?)
Link copied to clipboard
open fun String.jsonToObject(typeName: String): Any
Link copied to clipboard
open infix fun String.parseTo(typeForParse: String): Any?
Link copied to clipboard
open fun HttpExchange.send(json: Json<Any>)
Link copied to clipboard
Link copied to clipboard