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.Credentials
RestServiceAuthorization.Basic.password
protected RestServiceAuthorization.Credentials
RestServiceAuthorization.Bearer.token
Methods 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 String
RestServiceInvoker.resolveCredentials
(RestServiceAuthorization.Credentials credentials, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, ServiceInvocationVariablesContainer variablesContainer, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) void
RestServiceAuthorization.Basic.setPassword
(RestServiceAuthorization.Credentials password) void
RestServiceAuthorization.Bearer.setToken
(RestServiceAuthorization.Credentials token)