Package io.jmix.dynmodel
Class DynModelProperties.Security
java.lang.Object
io.jmix.dynmodel.DynModelProperties.Security
- Enclosing class:
DynModelProperties
Configuration properties for dynamic model security integration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role codes that grant full access to dynamic resources.voidsetFullAccessRoles(List<String> fullAccessRoles) Sets the role codes that grant full access to dynamic resources.
-
Constructor Details
-
Security
public Security()
-
-
Method Details
-
getFullAccessRoles
Returns the role codes that grant full access to dynamic resources.- Returns:
- full-access role codes
-
setFullAccessRoles
Sets the role codes that grant full access to dynamic resources.- Parameters:
fullAccessRoles- full-access role codes
-