Uses of Class
com.flowable.platform.mcp.serviceregistry.McpServiceAuthentication.Credentials
Packages that use McpServiceAuthentication.Credentials
-
Uses of McpServiceAuthentication.Credentials in com.flowable.platform.mcp.serviceregistry
Fields in com.flowable.platform.mcp.serviceregistry declared as McpServiceAuthentication.CredentialsModifier and TypeFieldDescriptionprotected McpServiceAuthentication.CredentialsMcpServiceAuthentication.ApiKeyAuthentication.keyprotected McpServiceAuthentication.CredentialsMcpServiceAuthentication.BasicAuthentication.passwordprotected McpServiceAuthentication.CredentialsMcpServiceAuthentication.BearerAuthentication.tokenprotected McpServiceAuthentication.CredentialsMcpServiceAuthentication.HeaderAuthentication.valueMethods in com.flowable.platform.mcp.serviceregistry that return McpServiceAuthentication.CredentialsModifier and TypeMethodDescriptionMcpServiceAuthentication.ApiKeyAuthentication.getKey()McpServiceAuthentication.BasicAuthentication.getPassword()McpServiceAuthentication.BearerAuthentication.getToken()McpServiceAuthentication.HeaderAuthentication.getValue()Methods in com.flowable.platform.mcp.serviceregistry with parameters of type McpServiceAuthentication.CredentialsModifier and TypeMethodDescriptionprotected StringMcpServiceInvoker.resolveCredentials(McpServiceAuthentication.Credentials credentials, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, ServiceDefinitionModel serviceDefinitionModel, ServiceInvocationVariablesContainer variablesContainer, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) voidMcpServiceAuthentication.ApiKeyAuthentication.setKey(McpServiceAuthentication.Credentials key) voidMcpServiceAuthentication.BasicAuthentication.setPassword(McpServiceAuthentication.Credentials password) voidMcpServiceAuthentication.BearerAuthentication.setToken(McpServiceAuthentication.Credentials token) voidMcpServiceAuthentication.HeaderAuthentication.setValue(McpServiceAuthentication.Credentials value)