Java プラットフォーム 1.2

クラス
java.lang.SecurityManager の使用

SecurityManager を使用するパッケージ
java.lang Java プログラミング言語の設計の基礎となるクラスを提供します。 
java.rmi RMI (Remote Method Invocation) のパッケージを提供します。 
 

java.lang における SecurityManager の使用方法
 

SecurityManager を返す java.lang におけるメソッド
static SecurityManager System.getSecurityManager()
          システムセキュリティインタフェースを取得します。
 

SecurityManager のパラメータを持つ java.lang におけるメソッド
static void System.setSecurityManager(SecurityManager s)
          システムセキュリティを設定します。
 

java.rmi における SecurityManager の使用方法
 

java.rmi における SecurityManager のサブクラス
 class RMISecurityManager
          サンプルのセキュリティマネージャを提供します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.