Uses of Annotation Interface
de.hybris.platform.b2ctelcotmfwebservices.security.IsAuthorizedResourceOwnerOrAdminOrAnonymous
Packages that use IsAuthorizedResourceOwnerOrAdminOrAnonymous
-
Uses of IsAuthorizedResourceOwnerOrAdminOrAnonymous in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with annotations of type IsAuthorizedResourceOwnerOrAdminOrAnonymousModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Review>TmaReviewApiController.createReview(@Valid Review review, @Valid String productOfferingId, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<List<ShoppingCart>>TmaShoppingCartApiController.retrieveShoppingCart(String id, @Valid String relatedPartyId, @Valid String fields, @Valid String baseSiteId)