Class SecurityManagerProvider
- java.lang.Object
-
- com.microej.kernel.green.security.SecurityManagerProvider
-
public class SecurityManagerProvider extends java.lang.Object
Provides aSecurityManager
for the application, configured based on the specified security mode. The security manager can operate in two modes:- LOGGING: Logs all permission checks without enforcing them.
- POLICY_FILE: Enforces permissions as defined in the security policy file.
To enable permission checks, the security management capability must be enabled. Refer to Implement Security Policy for more details.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.SecurityManager
get(java.lang.String securityManagerMode)
-