Class AgrUserValidator
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v2.security.AgrUserValidator
Deprecated.
Validates if the authenticated user is authorized to access a resource
- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAgrUserValidator(de.hybris.platform.servicelayer.user.UserService userService, TuaAgreementsService agreementsService, TuaAgreementSpecificationService agreementSpecificationService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected TuaAgreementSpecificationServiceDeprecated.protected TuaAgreementsServiceDeprecated.protected de.hybris.platform.servicelayer.user.UserServiceDeprecated.booleanisAgreementOwner(org.springframework.security.core.Authentication authentication, String agreementId) Deprecated.booleanisAgreementSpecificationOwner(org.springframework.security.core.Authentication authentication, String agreementSpecificationId) Deprecated.
-
Constructor Details
-
AgrUserValidator
public AgrUserValidator(de.hybris.platform.servicelayer.user.UserService userService, TuaAgreementsService agreementsService, TuaAgreementSpecificationService agreementSpecificationService) Deprecated.
-
-
Method Details
-
isAgreementOwner
public boolean isAgreementOwner(org.springframework.security.core.Authentication authentication, String agreementId) Deprecated. -
isAgreementSpecificationOwner
public boolean isAgreementSpecificationOwner(org.springframework.security.core.Authentication authentication, String agreementSpecificationId) Deprecated. -
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService()Deprecated. -
getAgreementsService
Deprecated. -
getAgreementSpecificationService
Deprecated.
-
AgrUserValidator