Uses of Class
com.flowable.serviceregistry.engine.impl.invoker.rest.RestServiceAuthorization.Credentials
Packages that use RestServiceAuthorization.Credentials
-
Uses of RestServiceAuthorization.Credentials in com.flowable.serviceregistry.engine.impl.invoker.rest
Subclasses with type arguments of type RestServiceAuthorization.Credentials in com.flowable.serviceregistry.engine.impl.invoker.restFields in com.flowable.serviceregistry.engine.impl.invoker.rest declared as RestServiceAuthorization.CredentialsModifier and TypeFieldDescriptionprotected RestServiceAuthorization.CredentialsRestServiceAuthorization.ApiKey.keyprotected RestServiceAuthorization.CredentialsRestServiceAuthorization.Basic.passwordprotected RestServiceAuthorization.CredentialsRestServiceAuthorization.Bearer.tokenprotected RestServiceAuthorization.CredentialsRestServiceAuthorization.Header.valueMethods in com.flowable.serviceregistry.engine.impl.invoker.rest that return RestServiceAuthorization.CredentialsModifier and TypeMethodDescriptionRestServiceAuthorizationCredentialsDeserializer.deserialize(tools.jackson.core.JsonParser p, tools.jackson.databind.DeserializationContext ctxt) RestServiceAuthorization.ApiKey.getKey()RestServiceAuthorization.Basic.getPassword()RestServiceAuthorization.Bearer.getToken()RestServiceAuthorization.Header.getValue()Methods in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type RestServiceAuthorization.CredentialsModifier and TypeMethodDescriptionprotected StringRestServiceInvoker.resolveCredentials(RestServiceAuthorization.Credentials credentials, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, ServiceInvocationVariablesContainer variablesContainer, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) voidRestServiceAuthorization.ApiKey.setKey(RestServiceAuthorization.Credentials key) voidRestServiceAuthorization.Basic.setPassword(RestServiceAuthorization.Credentials password) voidRestServiceAuthorization.Bearer.setToken(RestServiceAuthorization.Credentials token) voidRestServiceAuthorization.Header.setValue(RestServiceAuthorization.Credentials value)