Class ServerInformationServiceValidatorImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.server.ServerInformationServiceValidatorImpl
- All Implemented Interfaces:
ServerInformationServiceValidator
public final class ServerInformationServiceValidatorImpl
extends Object
implements ServerInformationServiceValidator
- Since:
- 9.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate that the requesting user is able to view server information.
-
Constructor Details
-
ServerInformationServiceValidatorImpl
public ServerInformationServiceValidatorImpl()
-
-
Method Details
-
validateGetServerInformation
Description copied from interface:ServerInformationServiceValidator
Validate that the requesting user is able to view server information.- Specified by:
validateGetServerInformation
in interfaceServerInformationServiceValidator
- Returns:
- an immutable Validation result.
-