Class AuthorizationObjectLinkRepository

java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.AuthorizationObjectLinkRepository
All Implemented Interfaces:
LinkRestRepository

@Component("authz.authorizations.object") public class AuthorizationObjectLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "object" subresource of an individual authorization.
  • Constructor Details

    • AuthorizationObjectLinkRepository

      public AuthorizationObjectLinkRepository()
  • Method Details

    • getObject

      @PreAuthorize("hasPermission(#authzId, \'AUTHORIZATION\', \'READ\')") public BaseObjectRest getObject(@Nullable jakarta.servlet.http.HttpServletRequest request, String authzId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)