Class BmUserValidator
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.security.BmUserValidator
Deprecated.
2208
Validates if the authenticated user is authorized to access a resource
- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionBmUserValidator(de.hybris.platform.servicelayer.user.UserService userService, BmPartyBillService partyBillService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BmPartyBillServiceDeprecated.protected de.hybris.platform.servicelayer.user.UserServiceDeprecated.booleanisResourceOwner(org.springframework.security.core.Authentication authentication, String customerBillId) Deprecated.
-
Constructor Details
-
BmUserValidator
public BmUserValidator(de.hybris.platform.servicelayer.user.UserService userService, BmPartyBillService partyBillService) Deprecated.
-
-
Method Details
-
isResourceOwner
public boolean isResourceOwner(org.springframework.security.core.Authentication authentication, String customerBillId) Deprecated. -
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService()Deprecated. -
getPartyBillService
Deprecated.
-