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 SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs a newRMISecurityManager.
- 
Method SummaryMethods declared in class java.lang.SecurityManagercheckAccept, 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- 
RMISecurityManagerpublic RMISecurityManager()Deprecated, for removal: This API element is subject to removal in a future version.Constructs a newRMISecurityManager.- Since:
- 1.1
 
 
-