Class AuthorizationObjectLinkRepository

    • Constructor Detail

      • AuthorizationObjectLinkRepository

        public AuthorizationObjectLinkRepository()
    • Method Detail

      • getObject

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