Uses of Interface
com.bonitasoft.processbuilder.extension.template.auth.AuthConfig
Packages that use AuthConfig
Package
Description
-
Uses of AuthConfig in com.bonitasoft.processbuilder.extension.template
Methods in com.bonitasoft.processbuilder.extension.template that return AuthConfigModifier and TypeMethodDescriptionRestApiTemplate.auth()Returns the value of theauthrecord component.Methods in com.bonitasoft.processbuilder.extension.template with parameters of type AuthConfigConstructors in com.bonitasoft.processbuilder.extension.template with parameters of type AuthConfigModifierConstructorDescriptionRestApiTemplate(String name, String displayName, String description, String baseUrl, int timeoutMs, boolean verifySsl, AuthConfig auth, Map<String, String> headers, List<RestApiTemplate.Method> methods, boolean isTemplate, String templateVersion, List<String> requiredFields) Creates an instance of aRestApiTemplaterecord class. -
Uses of AuthConfig in com.bonitasoft.processbuilder.extension.template.auth
Classes in com.bonitasoft.processbuilder.extension.template.auth that implement AuthConfigModifier and TypeClassDescriptionfinal recordConfiguration for API Key Authentication.final recordConfiguration for HTTP Basic Authentication.final recordConfiguration for Bearer Token Authentication.final classConfiguration for APIs that require no authentication.final recordConfiguration for OAuth2 Client Credentials flow.final recordConfiguration for OAuth2 Resource Owner Password Credentials flow.Methods in com.bonitasoft.processbuilder.extension.template.auth that return AuthConfigModifier and TypeMethodDescriptionstatic AuthConfigAuthConfig.fromJson(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.ObjectMapper mapper) Creates an AuthConfig from a JSON node.