JavaTM Platform
Standard Ed. 6

java.security
クラス URIParameter

java.lang.Object
  上位を拡張 java.security.URIParameter
すべての実装されたインタフェース:
Policy.Parameters, Configuration.Parameters

public class URIParameter
extends Object
implements Policy.Parameters, Configuration.Parameters

PolicySpi 実装または ConfigurationSpi 実装用のデータを示す URI を含むパラメータです。

導入されたバージョン:
1.6

コンストラクタの概要
URIParameter(URI uri)
          PolicySpi 実装または ConfigurationSpi 実装用のデータを示す URI を含む URIParameter を構築します。
 
メソッドの概要
 URI getURI()
          URI を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

URIParameter

public URIParameter(URI uri)
PolicySpi 実装または ConfigurationSpi 実装用のデータを示す URI を含む URIParameter を構築します。

パラメータ:
uri - データを示す URI
例外:
NullPointerException - 指定された URI が null である場合
メソッドの詳細

getURI

public URI getURI()
URI を返します。

戻り値:
URI

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。