Class A2AAgentModelProcessor.BasicAuthApiKey
java.lang.Object
com.flowable.agent.engine.impl.model.a2a.A2AAgentModelProcessor.BasicAuthApiKey
- All Implemented Interfaces:
FlowableAuthenticationApiKey
- Enclosing class:
A2AAgentModelProcessor
protected static class A2AAgentModelProcessor.BasicAuthApiKey
extends Object
implements FlowableAuthenticationApiKey
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.agent.engine.impl.model.FlowableAuthenticationApiKey
FlowableAuthenticationApiKey.Value -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FlowableAuthenticationApiKeyprotected final FlowableAuthenticationApiKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBasicAuthApiKey(FlowableAuthenticationApiKey username, FlowableAuthenticationApiKey password) -
Method Summary
-
Field Details
-
username
-
password
-
-
Constructor Details
-
BasicAuthApiKey
protected BasicAuthApiKey(FlowableAuthenticationApiKey username, FlowableAuthenticationApiKey password)
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceFlowableAuthenticationApiKey
-
getHeaderName
- Specified by:
getHeaderNamein interfaceFlowableAuthenticationApiKey
-