Uses of Interface
com.flowable.agent.engine.impl.model.FlowableAuthenticationApiKey
Packages that use FlowableAuthenticationApiKey
Package
Description
-
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model
Classes in com.flowable.agent.engine.impl.model that implement FlowableAuthenticationApiKeyModifier and TypeClassDescriptionclassclassclassclassclassFields in com.flowable.agent.engine.impl.model declared as FlowableAuthenticationApiKeyModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyBaseAgentModelSettings.apiKeyValueProviderprotected final FlowableAuthenticationApiKeyDelegatingFlowableAuthenticationApiKey.delegateMethods in com.flowable.agent.engine.impl.model that return FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionprotected FlowableAuthenticationApiKeyBaseModelProcessor.determineFlowableApplicationApiKey(AgentDefinitionModel.Credentials apiKey, String modelKey, String aiVendor) protected FlowableAuthenticationApiKeyBaseChatClientInvokerAgentModelProcessor.determineFlowableAuthenticationApiKey(AgentDefinitionModel model, AgentDefinitionModel.AgentModelSettings modelSettings) BaseAgentModelSettings.getApiKeyValueProvider()FallbackAuthenticationApiKeyProvider.getFallbackApiKey(String aiVendor) protected FlowableAuthenticationApiKeyBaseChatClientInvokerAgentModelProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) protected abstract FlowableAuthenticationApiKeyBaseModelProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) protected FlowableAuthenticationApiKeyDefaultAgentModelProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) protected FlowableAuthenticationApiKeyBaseModelProcessor.resolveExpressionApiKey(String modelKey, String value, String aiVendor) protected FlowableAuthenticationApiKeyBaseModelProcessor.resolveOauth2ClientApiKey(String modelKey, String aiVendor, String oauth2RegistrationKey) protected FlowableAuthenticationApiKeyBaseModelProcessor.resolveSecretApiKey(String modelKey, String secretName, String vendorName) Methods in com.flowable.agent.engine.impl.model with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionvoidBaseAgentModelSettings.setApiKeyValueProvider(FlowableAuthenticationApiKey apiKeyValueProvider) Constructors in com.flowable.agent.engine.impl.model with parameters of type FlowableAuthenticationApiKeyModifierConstructorDescriptionDelegatingFlowableAuthenticationApiKey(FlowableAuthenticationApiKey delegate, String headerName) DelegatingFlowableAuthenticationApiKey(FlowableAuthenticationApiKey delegate, String headerName, String valuePrefix) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.a2a
Classes in com.flowable.agent.engine.impl.model.a2a that implement FlowableAuthenticationApiKeyFields in com.flowable.agent.engine.impl.model.a2a declared as FlowableAuthenticationApiKeyModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyA2AModelInvoker.authenticationApiKeyprotected final FlowableAuthenticationApiKeyA2AAgentModelProcessor.BasicAuthApiKey.passwordprotected final FlowableAuthenticationApiKeyA2AAgentModelProcessor.BasicAuthApiKey.usernameMethods in com.flowable.agent.engine.impl.model.a2a that return FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionprotected FlowableAuthenticationApiKeyA2AAgentModelProcessor.determineAuthenticationCredentials(A2AAgentDefinitionModel model, A2AAgentDefinitionModel.Authentication authentication) protected FlowableAuthenticationApiKeyA2AAgentModelProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) Constructors in com.flowable.agent.engine.impl.model.a2a with parameters of type FlowableAuthenticationApiKeyModifierConstructorDescriptionA2AModelInvoker(AgentEngineConfiguration agentEngineConfiguration, A2AClient client, FlowableAuthenticationApiKey authenticationApiKey) protectedBasicAuthApiKey(FlowableAuthenticationApiKey username, FlowableAuthenticationApiKey password) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.embedding
Fields in com.flowable.agent.engine.impl.model.embedding declared as FlowableAuthenticationApiKeyModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyBaseRemoteEmbeddingSettings.apiKeyValueProviderMethods in com.flowable.agent.engine.impl.model.embedding that return FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionBaseRemoteEmbeddingSettings.getApiKeyValueProvider()protected FlowableAuthenticationApiKeyBaseRemoteEmbedderKnowledgeBaseModelProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) Methods in com.flowable.agent.engine.impl.model.embedding with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionvoidBaseRemoteEmbeddingSettings.setApiKeyValueProvider(FlowableAuthenticationApiKey apiKeyValueProvider) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external
Fields in com.flowable.agent.engine.impl.model.external declared as FlowableAuthenticationApiKeyModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyExternalAgentModelInvoker.authenticationApiKeyMethods in com.flowable.agent.engine.impl.model.external that return FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionExternalAgentInvocationRequest.getAuthenticationApiKey()ExternalAgentModelInvoker.getAuthenticationApiKey()ExternalAgentUpdateRequest.getAuthenticationApiKey()protected FlowableAuthenticationApiKeyExternalAgentModelProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) Constructors in com.flowable.agent.engine.impl.model.external with parameters of type FlowableAuthenticationApiKeyModifierConstructorDescriptionExternalAgentModelInvoker(AgentEngineConfiguration agentEngineConfiguration, ExternalAgentInvoker externalAgentInvoker, FlowableAuthenticationApiKey authenticationApiKey) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external.azure
Methods in com.flowable.agent.engine.impl.model.external.azure with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionprotected StringAzureAiFoundryExternalAgentInvoker.getResponseMessage(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, AzureAiFoundryExternalAgentInvocationResult result, String runId) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external.azure.client
Methods in com.flowable.agent.engine.impl.model.external.azure.client with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionvoidAzureAiFoundryClient.createMessage(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String role, String content) AzureAiFoundryClient.createRun(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String assistantId) AzureAiFoundryClient.createThread(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId) AzureAiFoundryClient.findMessages(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId) AzureAiFoundryClient.getRunStatus(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external.azure.client.impl
Methods in com.flowable.agent.engine.impl.model.external.azure.client.impl with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionvoidAzureAiFoundryClientImpl.createMessage(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String role, String content) AzureAiFoundryClientImpl.createRun(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String assistantId) AzureAiFoundryClientImpl.createThread(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId) AzureAiFoundryClientImpl.findMessages(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId) AzureAiFoundryClientImpl.getRunStatus(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external.impl
Fields in com.flowable.agent.engine.impl.model.external.impl declared as FlowableAuthenticationApiKeyModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyExternalAgentInvocationRequestImpl.authenticationApiKeyprotected FlowableAuthenticationApiKeyExternalAgentUpdateRequestImpl.authenticationApiKeyMethods in com.flowable.agent.engine.impl.model.external.impl that return FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionExternalAgentInvocationRequestImpl.getAuthenticationApiKey()ExternalAgentUpdateRequestImpl.getAuthenticationApiKey()Methods in com.flowable.agent.engine.impl.model.external.impl with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionvoidExternalAgentInvocationRequestImpl.setAuthenticationApiKey(FlowableAuthenticationApiKey authenticationApiKey) voidExternalAgentUpdateRequestImpl.setAuthenticationApiKey(FlowableAuthenticationApiKey authenticationApiKey) Constructors in com.flowable.agent.engine.impl.model.external.impl with parameters of type FlowableAuthenticationApiKeyModifierConstructorDescriptionExternalAgentUpdateRequestImpl(String tenantId, String externalId, FlowableAuthenticationApiKey authenticationApiKey, Map<String, Object> properties, String jobConfiguration) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external.salesforce.client
Methods in com.flowable.agent.engine.impl.model.external.salesforce.client with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionSalesforceAgentforceClient.sendMessage(FlowableAuthenticationApiKey apiKey, String tenantId, String sessionId, long sequence, String text) SalesforceAgentforceClient.startSession(FlowableAuthenticationApiKey apiKey, String tenantId, String externalSessionKey, String salesforceUrl, String agentId) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.external.salesforce.client.impl
Methods in com.flowable.agent.engine.impl.model.external.salesforce.client.impl with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionSalesforceAgentforceClientImpl.sendMessage(FlowableAuthenticationApiKey apiKey, String tenantId, String sessionId, long sequence, String text) SalesforceAgentforceClientImpl.startSession(FlowableAuthenticationApiKey apiKey, String tenantId, String externalSessionKey, String salesforceUrl, String agentId) -
Uses of FlowableAuthenticationApiKey in com.flowable.agent.engine.impl.model.openai.vectorstore
Fields in com.flowable.agent.engine.impl.model.openai.vectorstore declared as FlowableAuthenticationApiKeyModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyOpenAiVectorStoreModel.apiKeyValueProviderMethods in com.flowable.agent.engine.impl.model.openai.vectorstore that return FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionOpenAiVectorStoreModel.getApiKeyValueProvider()protected FlowableAuthenticationApiKeyOpenAiVectorStoreApiKeyKnowledgeBaseProcessor.getFallbackAuthenticationApiKey(String aiVendor, String modelKey) Methods in com.flowable.agent.engine.impl.model.openai.vectorstore with parameters of type FlowableAuthenticationApiKeyModifier and TypeMethodDescriptionvoidOpenAiVectorStoreModel.setApiKeyValueProvider(FlowableAuthenticationApiKey apiKeyValueProvider)