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.
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
-
Method Summary
Modifier and TypeMethodDescriptionresolve(AgentDefinitionModel.Credentials credentials, String headerName, String headerPrefix)
-
Method Details
-
resolve
FlowableAuthenticationApiKey resolve(AgentDefinitionModel.Credentials credentials, String headerName, String headerPrefix)
-