Class AuthorizationFeatureLinkRepository

    • Constructor Detail

      • AuthorizationFeatureLinkRepository

        public AuthorizationFeatureLinkRepository()
    • Method Detail

      • getFeature

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