JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.camunda.identity.sdk.annotation
Annotation Type RequiresOAuthCredentials
@Inherited
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
RequiresOAuthCredentials
The annotated method will only be executed if the configuration includes valid issuer, issuerBackendUrl, clientId and clientSecret, otherwise an `InvalidConfigurationException` will be thrown.