Class SpiUserValidator
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.security.SpiUserValidator
Deprecated.
2208
Validates if the authenticated user is authorized to access a resource
- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionSpiUserValidator(de.hybris.platform.servicelayer.user.UserService userService, SpiProductService productService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected SpiProductServiceDeprecated.protected de.hybris.platform.servicelayer.user.UserServiceDeprecated.booleanisResourceOwner(org.springframework.security.core.Authentication authentication, String productId) Deprecated.
-
Constructor Details
-
SpiUserValidator
public SpiUserValidator(de.hybris.platform.servicelayer.user.UserService userService, SpiProductService productService) Deprecated.
-
-
Method Details
-
isResourceOwner
public boolean isResourceOwner(org.springframework.security.core.Authentication authentication, String productId) Deprecated. -
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService()Deprecated. -
getProductService
Deprecated.
-