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 | Method and Description |
---|---|
void |
MRulesBreSecurityManager.setAuthorizeSystemCalls(boolean authorizeSystemCalls) |
Modifier and Type | Method and Description |
---|---|
static void |
MRulesSecurityManagers.declare(IMRulesSecurityManager securityManager)
Registers a new security manager.
|
static <T extends IMRulesSecurityManager> |
MRulesSecurityManagers.get(Class<T> securityManagerClass)
Gets the security manager registered for this class.
|
void |
MRulesUtilsSecurityManager.setProhibitedStaticAccesses(Set<String> prohibitedStaticAccesses) |