Module io.quarkus.security.api
Package io.quarkus.security.identity
Interface AuthenticationRequestContext
public interface AuthenticationRequestContext
A context object that can be used to run blocking tasks
Blocking identity providers should used this context object to run blocking tasks, to prevent excessive and unnecessary delegation to thread pools
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SecurityIdentity>
runBlocking
(Supplier<SecurityIdentity> function)
-
Method Details
-
runBlocking
-