Class AuthorityEntryValueLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

    @Component("integration.authority.entryValues")
    public class AuthorityEntryValueLinkRepository
    extends AbstractDSpaceRestRepository
    implements LinkRestRepository
    Controller for exposition of authority services
    Author:
    Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
    • Constructor Detail

      • AuthorityEntryValueLinkRepository

        public AuthorityEntryValueLinkRepository()
    • Method Detail

      • getResource

        @PreAuthorize("hasAuthority(\'AUTHENTICATED\')")
        public AuthorityEntryRest getResource​(javax.servlet.http.HttpServletRequest request,
                                              String name,
                                              String relId,
                                              org.springframework.data.domain.Pageable pageable,
                                              Projection projection)