Class DefaultContentRestrictionServiceValidator

java.lang.Object
com.atlassian.confluence.api.impl.service.permissions.DefaultContentRestrictionServiceValidator
All Implemented Interfaces:
ContentRestrictionService.Validator

public class DefaultContentRestrictionServiceValidator extends Object implements ContentRestrictionService.Validator
Default implementation of ContentRestrictionService.Validator Contains per-service-operation methods as we used to in other services/validators. Also contains some package-private methods for performing more granular checks.

Validation by validator should be the first thing to do on all the public service methods of ContentRestrictionService implementations.

Since:
5.10