Class AuthorizationEpersonLinkRepository

    • Constructor Detail

      • AuthorizationEpersonLinkRepository

        public AuthorizationEpersonLinkRepository()
    • Method Detail

      • getEperson

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