Class GroupServiceImpl.GroupValidator
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.people.GroupServiceImpl.GroupValidator
-
- All Implemented Interfaces:
GroupService.Validator
- Enclosing class:
- GroupServiceImpl
public class GroupServiceImpl.GroupValidator extends Object implements GroupService.Validator
-
-
Constructor Summary
Constructors Constructor Description GroupValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResult
validateView()
Validate that the logged in user has permission to view groups
-
-
-
Method Detail
-
validateView
public ValidationResult validateView()
Description copied from interface:GroupService.Validator
Validate that the logged in user has permission to view groups- Specified by:
validateView
in interfaceGroupService.Validator
- Returns:
- an immutable validation result
-
-