Uses of Enum Class
com.bonitasoft.processbuilder.extension.template.auth.OAuth2ClientConfig.ClientAuthMethod
Packages that use OAuth2ClientConfig.ClientAuthMethod
-
Uses of OAuth2ClientConfig.ClientAuthMethod in com.bonitasoft.processbuilder.extension.template.auth
Methods in com.bonitasoft.processbuilder.extension.template.auth that return OAuth2ClientConfig.ClientAuthMethodModifier and TypeMethodDescriptionOAuth2ClientConfig.clientAuthMethod()Returns the value of theclientAuthMethodrecord component.OAuth2ClientConfig.ClientAuthMethod.fromString(String value) Returns the enum constant of this class with the specified name.static OAuth2ClientConfig.ClientAuthMethod[]OAuth2ClientConfig.ClientAuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bonitasoft.processbuilder.extension.template.auth with parameters of type OAuth2ClientConfig.ClientAuthMethodModifier and TypeMethodDescriptionOAuth2ClientConfig.Builder.clientAuthMethod(OAuth2ClientConfig.ClientAuthMethod method) Constructors in com.bonitasoft.processbuilder.extension.template.auth with parameters of type OAuth2ClientConfig.ClientAuthMethodModifierConstructorDescriptionOAuth2ClientConfig(String tokenUrl, String clientId, String clientSecret, String scope, String audience, OAuth2ClientConfig.ClientAuthMethod clientAuthMethod) Creates an instance of aOAuth2ClientConfigrecord class.