public interface AuthenticationFetcher
extends io.micronaut.core.order.Ordered
Authentication
from a HttpRequest
being executed.Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Authentication> |
fetchAuthentication(io.micronaut.http.HttpRequest<?> request)
Attempts to read an
Authentication from a HttpRequest being executed. |
org.reactivestreams.Publisher<Authentication> fetchAuthentication(io.micronaut.http.HttpRequest<?> request)
Authentication
from a HttpRequest
being executed.request
- HttpRequest
being executed.Authentication
if found