Uses of Enum Class
com.bonitasoft.processbuilder.enums.RestAuthenticationType
Packages that use RestAuthenticationType
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 RestAuthenticationType in com.bonitasoft.processbuilder.enums
Methods in com.bonitasoft.processbuilder.enums that return RestAuthenticationTypeModifier and TypeMethodDescriptionstatic RestAuthenticationTypeReturns the enum constant of this class with the specified name.static RestAuthenticationType[]RestAuthenticationType.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 RestAuthenticationTypeModifier and TypeMethodDescriptionstatic Optional<RestAuthenticationType>Finds an authentication type by its key (case-insensitive). -
Uses of RestAuthenticationType in com.bonitasoft.processbuilder.records
Methods in com.bonitasoft.processbuilder.records that return RestAuthenticationTypeModifier and TypeMethodDescriptionRestAuthConfig.ApiKeyAuth.getAuthType()RestAuthConfig.BasicAuth.getAuthType()RestAuthConfig.BearerAuth.getAuthType()RestAuthConfig.CustomAuth.getAuthType()RestAuthConfig.getAuthType()Gets the authentication type for this configuration.RestAuthConfig.NoAuth.getAuthType()RestAuthConfig.OAuth2ClientCredentials.getAuthType()RestAuthConfig.OAuth2Password.getAuthType()