Interface AclLinterService
- All Known Implementing Classes:
AclLinterServiceImpl
public interface AclLinterService
Lint and possibly fix ACL issues.
- Author:
- poirigui
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlintAcls(Class<? extends Securable> clazz, Long identifier, AclLinterConfig config) lintAcls(Class<? extends Securable> clazz, AclLinterConfig config) lintAcls(AclLinterConfig config)
-
Method Details
-
lintAcls
-
lintAcls
@Secured("GROUP_ADMIN") Collection<AclLinterService.LintResult> lintAcls(Class<? extends Securable> clazz, AclLinterConfig config) -
lintAcls
@Secured("GROUP_ADMIN") Collection<AclLinterService.LintResult> lintAcls(Class<? extends Securable> clazz, Long identifier, AclLinterConfig config)
-