Class AuthorityEntryLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

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

      • AuthorityEntryLinkRepository

        public AuthorityEntryLinkRepository()
    • Method Detail

      • query

        @PreAuthorize("hasAuthority(\'AUTHENTICATED\')")
        public org.springframework.data.domain.Page<AuthorityEntryRest> query​(@Nullable
                                                                              javax.servlet.http.HttpServletRequest request,
                                                                              String name,
                                                                              @Nullable
                                                                              org.springframework.data.domain.Pageable optionalPageable,
                                                                              Projection projection)