Class AgrUserValidator
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.security.AgrUserValidator
Deprecated.
2208
Validates if the authenticated user is authorized to access a resource
- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionAgrUserValidator(de.hybris.platform.servicelayer.user.UserService userService, AgrAgreementsService agreementsService, AgrAgreementSpecificationService agreementSpecificationService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected AgrAgreementSpecificationServiceDeprecated.protected AgrAgreementsServiceDeprecated.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, AgrAgreementsService agreementsService, AgrAgreementSpecificationService 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.
-