Uses of Enum Class
com.bonitasoft.processbuilder.enums.RestOAuth2ClientAuthMethod
Packages that use RestOAuth2ClientAuthMethod
Package
Description
Provides enumerations (enums) for defining and managing a set of named constants
used throughout the application.
Provides Record classes (available in Java 16 and later) which serve as
containers for immutable and transparent data structures.
-
Uses of RestOAuth2ClientAuthMethod in com.bonitasoft.processbuilder.enums
Methods in com.bonitasoft.processbuilder.enums that return RestOAuth2ClientAuthMethodModifier and TypeMethodDescriptionstatic RestOAuth2ClientAuthMethodReturns the enum constant of this class with the specified name.static RestOAuth2ClientAuthMethod[]RestOAuth2ClientAuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bonitasoft.processbuilder.enums that return types with arguments of type RestOAuth2ClientAuthMethodModifier and TypeMethodDescriptionstatic Optional<RestOAuth2ClientAuthMethod>Finds a method by its key (case-insensitive). -
Uses of RestOAuth2ClientAuthMethod in com.bonitasoft.processbuilder.records
Methods in com.bonitasoft.processbuilder.records that return RestOAuth2ClientAuthMethodModifier and TypeMethodDescriptionRestAuthConfig.OAuth2ClientCredentials.clientAuthMethod()Returns the value of theclientAuthMethodrecord component.Constructors in com.bonitasoft.processbuilder.records with parameters of type RestOAuth2ClientAuthMethodModifierConstructorDescriptionOAuth2ClientCredentials(String tokenUrl, String clientId, String clientSecret, String scope, String audience, RestOAuth2ClientAuthMethod clientAuthMethod) Creates an instance of aOAuth2ClientCredentialsrecord class.