Class AgentAuthenticationResolver
java.lang.Object
com.flowable.agent.engine.impl.model.auth.AgentAuthenticationResolver
Builds a single-header
FlowableAuthenticationApiKey from a polymorphic
AgentAuthentication, delegating credential resolution back to the caller.- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceResolves a credentials triple (credentials object, header name, header value prefix) into aFlowableAuthenticationApiKey. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowableAuthenticationApiKeyresolve(AgentAuthentication authentication, AgentAuthenticationResolver.CredentialResolver resolver)
-
Field Details
-
API_KEY_HEADER_NAME
- See Also:
-
-
Method Details
-
resolve
public static FlowableAuthenticationApiKey resolve(AgentAuthentication authentication, AgentAuthenticationResolver.CredentialResolver resolver)
-