public interface SecurePropertyHandler
Modifier and Type | Method and Description |
---|---|
boolean |
suppressProperty(Object propertyName,
String[] roles)
Checks if the property is allowed for the given role.
|
boolean suppressProperty(Object propertyName, String[] roles)
roles
- Roles to check if Property is allowed.propertyName
- Property name to check. (this will be a full class name + actual property name)Copyright © 2023 CrafterCMS. All rights reserved.