http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.security
/
RefreshCredentials
Refresh
Credentials
fun
interface
RefreshCredentials
<
T
>
:
Function1
<
T
?
,
ExpiringCredentials
<
T
>
?
>
(
source
)
Members
Members & Extensions
Functions
and
Link copied to clipboard
fun
Events
.
and
(
next
:
Events
)
:
Events
as
Router
Link copied to clipboard
fun
(
Request
)
->
Boolean
.
asRouter
(
name
:
String
=
""
)
:
Router
as
Server
Link copied to clipboard
fun
HttpHandler
.
asServer
(
config
:
ServerConfig
)
:
Http4kServer
debug
Link copied to clipboard
fun
HttpHandler
.
debug
(
out
:
PrintStream
=
System.out
,
debugStream
:
Boolean
=
false
)
:
HttpHandler
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
T
?
)
:
ExpiringCredentials
<
T
>
?
with
Async
Api
Link copied to clipboard
fun
HttpHandler
.
withAsyncApi
(
)
:
AsyncHttpHandler
Convert a synchronous HttpHandler API to mimic AsyncHttpClient