软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.rmi |
提供RMI包。
|
Modifier and Type | Method and Description |
---|---|
static SecurityManager |
System.getSecurityManager()
获取系统安全接口。
|
Modifier and Type | Method and Description |
---|---|
static void |
System.setSecurityManager(SecurityManager s)
设置系统的安全性。
|
Modifier and Type | Class and Description |
---|---|
class |
RMISecurityManager
过时的。
使用
SecurityManager 相反。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.