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
Fields in com.flowable.serviceregistry.engine.impl.invoker.rest declared as RestServiceAuthorization.CredentialsModifier and TypeFieldDescriptionprotected RestServiceAuthorization.CredentialsRestServiceAuthorization.Basic.passwordprotected RestServiceAuthorization.CredentialsRestServiceAuthorization.Bearer.tokenMethods in com.flowable.serviceregistry.engine.impl.invoker.rest that return RestServiceAuthorization.CredentialsModifier and TypeMethodDescriptionRestServiceAuthorizationCredentialsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) RestServiceAuthorization.Basic.getPassword()RestServiceAuthorization.Bearer.getToken()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.Basic.setPassword(RestServiceAuthorization.Credentials password) voidRestServiceAuthorization.Bearer.setToken(RestServiceAuthorization.Credentials token)