Interface AgentAuthenticationResolver.CredentialResolver

Enclosing class:
AgentAuthenticationResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AgentAuthenticationResolver.CredentialResolver
Resolves a credentials triple (credentials object, header name, header value prefix) into a FlowableAuthenticationApiKey. Implementations typically dispatch on credentials.getType(): secret / expression / oauth2Client.
Author:
Filip Hrisafov