Class UcUserValidator
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.security.UcUserValidator
Deprecated.
2208
Validates if the authenticated user is authorized to access a resource
- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionUcUserValidator(de.hybris.platform.servicelayer.user.UserService userService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.user.UserServiceDeprecated.booleanisClientNotAnonymous(org.springframework.security.core.Authentication authentication, String relatedPartyId) Deprecated.
-
Constructor Details
-
UcUserValidator
public UcUserValidator(de.hybris.platform.servicelayer.user.UserService userService) Deprecated.
-
-
Method Details
-
isClientNotAnonymous
public boolean isClientNotAnonymous(org.springframework.security.core.Authentication authentication, String relatedPartyId) Deprecated. -
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService()Deprecated.
-