Uses of Annotation Type
io.camunda.identity.sdk.annotation.RequiresBaseUrl
Packages that use RequiresBaseUrl
Package
Description
-
Uses of RequiresBaseUrl in io.camunda.identity.sdk.authorizations
Methods in io.camunda.identity.sdk.authorizations with annotations of type RequiresBaseUrlModifier and TypeMethodDescriptionvoidAuthorizations.assignAuthorization(String token, String entityId, String entityType, String organizationId, String resourceKey, String resourceType, Set<String> requestedPermissions) Assigns an authorization to the user belonging to the token passed inReturns the list of authorizations which are assigned to the user linked to the token.Returns the list of authorizations which are assigned to the user linked to the token taking into account the organizationId passed in.voidAuthorizations.update(String token, UpdateAuthorizations updateAuthorizations) Updates authorizations for the user belonging to the token passed in -
Uses of RequiresBaseUrl in io.camunda.identity.sdk.tenants
Methods in io.camunda.identity.sdk.tenants with annotations of type RequiresBaseUrl -
Uses of RequiresBaseUrl in io.camunda.identity.sdk.users
Methods in io.camunda.identity.sdk.users with annotations of type RequiresBaseUrlModifier and TypeMethodDescriptionReturns the list of users which match the userIds passed in.Returns the list of users which match the search string passed in.Returns the list of users which match the search string passed in, found on the page requested.Returns the list of users which match the search string passed in, found on the page requested with the maximum number of results defined by result size.