Interface GroupService.Validator
-
- All Known Implementing Classes:
GroupServiceImpl.GroupValidator
- Enclosing interface:
- GroupService
public static interface GroupService.Validator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationResult
validateView()
Validate that the logged in user has permission to view groups
-
-
-
Method Detail
-
validateView
ValidationResult validateView()
Validate that the logged in user has permission to view groups- Returns:
- an immutable validation result
-
-