Interface ServerInformationServiceValidator
- All Known Implementing Classes:
ServerInformationServiceValidatorImpl
public interface ServerInformationServiceValidator
- Since:
- 9.1.0
-
Method Summary
Modifier and TypeMethodDescriptionValidate that the requesting user is able to view server information.
-
Method Details
-
validateGetServerInformation
ValidationResult validateGetServerInformation()Validate that the requesting user is able to view server information.- Returns:
- an immutable Validation result.
-