Uses of Class
com.flowable.agent.api.management.connection.AgentConnectionAuthentication.Credentials
Packages that use AgentConnectionAuthentication.Credentials
-
Uses of AgentConnectionAuthentication.Credentials in com.flowable.agent.api.management.connection
Fields in com.flowable.agent.api.management.connection declared as AgentConnectionAuthentication.CredentialsModifier and TypeFieldDescriptionAgentConnectionAuthentication.ApiKeyAuthentication.keyAgentConnectionAuthentication.BasicAuthentication.passwordAgentConnectionAuthentication.BearerAuthentication.tokenAgentConnectionAuthentication.HeaderAuthentication.valueMethods in com.flowable.agent.api.management.connection that return AgentConnectionAuthentication.CredentialsModifier and TypeMethodDescriptionAgentConnectionAuthentication.ApiKeyAuthentication.getKey()AgentConnectionAuthentication.BasicAuthentication.getPassword()AgentConnectionAuthentication.BearerAuthentication.getToken()AgentConnectionAuthentication.HeaderAuthentication.getValue()Methods in com.flowable.agent.api.management.connection with parameters of type AgentConnectionAuthentication.CredentialsModifier and TypeMethodDescriptionvoidAgentConnectionAuthentication.ApiKeyAuthentication.setKey(AgentConnectionAuthentication.Credentials key) voidAgentConnectionAuthentication.BasicAuthentication.setPassword(AgentConnectionAuthentication.Credentials password) voidAgentConnectionAuthentication.BearerAuthentication.setToken(AgentConnectionAuthentication.Credentials token) voidAgentConnectionAuthentication.HeaderAuthentication.setValue(AgentConnectionAuthentication.Credentials value)