Annotation Interface AgrAuthorizedAgreementSpecOwnerOrAdmin


@Target(METHOD) @Retention(RUNTIME) @PreAuthorize("hasRole(\'TRUSTED_CLIENT\') OR @userValidator.isAgreementSpecificationOwner(authentication, #id)") @Deprecated(since="2208") public @interface AgrAuthorizedAgreementSpecOwnerOrAdmin
Deprecated.
2208
Annotation for securing rest endpoints.
Only users that have role TRUSTED_CLIENT or users that own the resource can retrieve data from this endpoint.
Since:
2108