Package | Description |
---|---|
com.massa.mrules.util.property | |
com.massa.util.property |
This package contains property access framework.
|
com.massa.util.security |
Modifier and Type | Method and Description |
---|---|
IProperty2 |
PropertyCompiler2.secureCompile(String property,
MRulesUtilsSecurityManager securityManager) |
Modifier and Type | Field and Description |
---|---|
protected MRulesUtilsSecurityManager |
PropertyCompiler.SecurePropertyCompiler.securityManager |
Modifier and Type | Method and Description |
---|---|
protected IPropertyCompiler |
PropertyCompiler.getSecureCompiler(MRulesUtilsSecurityManager securityManager)
Might be overridden to change secured
IPropertyCompiler implementation. |
IProperty |
IPropertyCompiler.secureCompile(String property,
MRulesUtilsSecurityManager securityManager)
Compiles a property into a compiled representation,
with useCommonBeanUtilsSyntax to false and checking against provider MRulesUtilsSecurityManager configuration
if the operations performed by the compiled property are allowed.
|
IProperty |
PropertyCompiler.secureCompile(String property,
MRulesUtilsSecurityManager securityManager) |
IProperty |
PropertyCompiler.SecurePropertyCompiler.secureCompile(String property,
MRulesUtilsSecurityManager securityManager) |
Constructor and Description |
---|
SecurePropertyCompiler(MRulesUtilsSecurityManager securityManager) |
Modifier and Type | Method and Description |
---|---|
MRulesUtilsSecurityManager |
MRulesUtilsSecurityManager.getImmutableInstance() |