Uses of Interface
com.bonitasoft.processbuilder.records.RestAuthConfig
Packages that use RestAuthConfig
Package
Description
Execution engine for REST and SMTP connectors.
Provides Record classes (available in Java 16 and later) which serve as
containers for immutable and transparent data structures.
-
Uses of RestAuthConfig in com.bonitasoft.processbuilder.execution
Methods in com.bonitasoft.processbuilder.execution that return RestAuthConfigModifier and TypeMethodDescriptionstatic RestAuthConfigAuthPipeline.resolve(com.fasterxml.jackson.databind.JsonNode authNode) Full pipeline: normalize → decrypt → parse. -
Uses of RestAuthConfig in com.bonitasoft.processbuilder.records
Classes in com.bonitasoft.processbuilder.records that implement RestAuthConfigModifier and TypeClassDescriptionstatic final recordAPI Key authentication configuration.static final recordHTTP Basic Authentication configuration.static final recordBearer token authentication configuration.static final recordCustom authentication with user-defined headers.static final recordNo authentication configuration.static final recordOAuth 2.0 Client Credentials authentication configuration.static final recordOAuth 2.0 Resource Owner Password authentication configuration.Methods in com.bonitasoft.processbuilder.records that return RestAuthConfigModifier and TypeMethodDescriptionRestServiceRequest.auth()Returns the value of theauthrecord component.static RestAuthConfigRestAuthConfig.fromJson(com.fasterxml.jackson.databind.JsonNode authNode, org.slf4j.Logger logger) Parses authentication configuration from JSON.Methods in com.bonitasoft.processbuilder.records with parameters of type RestAuthConfigConstructors in com.bonitasoft.processbuilder.records with parameters of type RestAuthConfigModifierConstructorDescriptionRestServiceRequest(String url, RestHttpMethod method, Map<String, String> headers, Map<String, String> queryParams, String body, RestContentType contentType, RestAuthConfig auth, int timeoutMs, boolean followRedirects, boolean verifySsl) Compact constructor with validation and defaults.