@ConsumerType
public interface AccessRightValidator
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId()
Returns the user or group to check.
|
String |
getLabel()
Returns a descriptive label for the check.
|
org.apache.sling.api.resource.Resource |
getResource()
Returns the resource to check.
|
ValidationResult |
validate(boolean simulate)
Performs the provided check.
|
ValidationResult validate(boolean simulate)
simulate - turn on simulationString getLabel()
String getGroupId()
org.apache.sling.api.resource.Resource getResource()
Copyright © 2020. All rights reserved.