Package io.quarkus.security.identity
Interface AuthenticationRequestContext
-
public interface AuthenticationRequestContext
A context object that can be used to run blocking tasksBlocking identity providers should used this context object to run blocking tasks, to prevent excessive and unnecessary delegation to thread pools
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<SecurityIdentity>
runBlocking(Supplier<SecurityIdentity> function)
-
-
-
Method Detail
-
runBlocking
io.smallrye.mutiny.Uni<SecurityIdentity> runBlocking(Supplier<SecurityIdentity> function)
-
-