public interface AuthenticationFetcher extends Ordered
Authentication from a HttpRequest being executed.HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
Publisher<Authentication> |
fetchAuthentication(HttpRequest<?> request)
Attempts to read an
Authentication from a HttpRequest being executed. |
Publisher<Authentication> fetchAuthentication(HttpRequest<?> request)
Authentication from a HttpRequest being executed.request - HttpRequest being executed.Authentication if found