Class RMISecurityManager
java.lang.Object
java.lang.SecurityManager
java.rmi.RMISecurityManager
Deprecated, for removal: This API element is subject to removal in a future version.
There is no replacement for the Security Manager.
RMISecurityManager was originally specified to allow an application implement
a security policy identical to the policy implemented by
SecurityManager
.
This feature no longer exists.- Since:
- 1.1
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs a newRMISecurityManager
. -
Method Summary
Methods inherited from class SecurityManager
checkAccept, checkAccess, checkAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkWrite, checkWrite, getClassContext, getSecurityContext, getThreadGroup
-
Constructor Details
-
RMISecurityManager
public RMISecurityManager()Deprecated, for removal: This API element is subject to removal in a future version.Constructs a newRMISecurityManager
.- Since:
- 1.1
-