Uses of Class
io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
Packages that use UpdateAuthorizations
Package
Description
-
Uses of UpdateAuthorizations in io.camunda.identity.sdk.authorizations
Methods in io.camunda.identity.sdk.authorizations with parameters of type UpdateAuthorizationsModifier and TypeMethodDescriptionvoidAuthorizations.update(String token, UpdateAuthorizations updateAuthorizations) Updates authorizations for the user belonging to the token passed in -
Uses of UpdateAuthorizations in io.camunda.identity.sdk.impl
Methods in io.camunda.identity.sdk.impl with parameters of type UpdateAuthorizationsModifier and TypeMethodDescriptionvoidAuthorizationsImpl.update(String token, UpdateAuthorizations updateAuthorizations) -
Uses of UpdateAuthorizations in io.camunda.identity.sdk.impl.rest.request
Constructors in io.camunda.identity.sdk.impl.rest.request with parameters of type UpdateAuthorizationsModifierConstructorDescriptionUpdateAuthorizationsRequest(String path, String authentication, UpdateAuthorizations updateAuthorizations)