Package | Description |
---|---|
com.massa.mrules.context | |
com.massa.mrules.context.compile | |
com.massa.mrules.security | |
com.massa.util.security |
Modifier and Type | Method and Description |
---|---|
<T extends IMRulesSecurityManager> |
ContextWrapper.getSecurityManager(Class<T> managerClass) |
<T extends IMRulesSecurityManager> |
IContext.getSecurityManager(Class<T> managerClass)
Searches in security managers the one corresponding to the provided identifying class.
|
<T extends IMRulesSecurityManager> |
AbstractContext.getSecurityManager(Class<T> managerClass) |
Modifier and Type | Method and Description |
---|---|
<T extends IMRulesSecurityManager> |
MExecutionContextConverter.getSecurityManager(Class<T> managerClass) |
Modifier and Type | Class and Description |
---|---|
class |
MRulesBreSecurityManager
Handles security configuration for MRules rule engine.
|
Modifier and Type | Class and Description |
---|---|
class |
MRulesUtilsSecurityManager
Handles security configuration for MRules framework.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IMRulesSecurityManager> |
MRulesSecurityManagers.get(Class<T> securityManagerClass)
Gets the security manager registered for this class.
|
Modifier and Type | Method and Description |
---|---|
IMRulesSecurityManager |
IMRulesSecurityManager.getImmutableInstance() |
Modifier and Type | Method and Description |
---|---|
static void |
MRulesSecurityManagers.declare(IMRulesSecurityManager securityManager)
Registers a new security manager.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MRulesSecurityManagers.hasManager(Class<? extends IMRulesSecurityManager> securityManagerClass)
Checks if a security manager is register for this class.
|
static boolean |
MRulesSecurityManagers.remove(Class<? extends IMRulesSecurityManager> securityManagerClass)
Unregisters a security manager.
|