Class BaUserValidator
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.security.BaUserValidator
Deprecated.
2208
Validates if the authenticated user is authorized to access a resource
- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionBaUserValidator(de.hybris.platform.servicelayer.user.UserService userService, BaBillingAccountService billingAccountService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BaBillingAccountServiceDeprecated.protected de.hybris.platform.servicelayer.user.UserServiceDeprecated.booleanisResourceOwner(org.springframework.security.core.Authentication authentication, String billingAccountId) Deprecated.
-
Constructor Details
-
BaUserValidator
public BaUserValidator(de.hybris.platform.servicelayer.user.UserService userService, BaBillingAccountService billingAccountService) Deprecated.
-
-
Method Details
-
isResourceOwner
public boolean isResourceOwner(org.springframework.security.core.Authentication authentication, String billingAccountId) Deprecated. -
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService()Deprecated. -
getBillingAccountService
Deprecated.
-