public interface AuthenticationRequestContext
Blocking identity providers should used this context object to run blocking tasks, to prevent excessive and unnecessary delegation to thread pools
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<SecurityIdentity> |
runBlocking(Supplier<SecurityIdentity> function) |
CompletionStage<SecurityIdentity> runBlocking(Supplier<SecurityIdentity> function)
Copyright © 2019 JBoss by Red Hat. All rights reserved.