|
JAAS | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.security.auth.SolarisNumericUserPrincipal
UnixNumericUserPrincipal に置き換えられます。このクラスの使用は推奨されていません。
@Deprecated public class SolarisNumericUserPrincipal
Principal インタフェースを実装し、ユーザの Solaris ユーザ識別番号 (UID) を表します。
NTDomainPrincipal のような主体は特定の Subject と関連付けられており、追加された識別情報によって Subject を拡張します。拡張については、Subject クラスを参照してください。承認の決定は Subject に関連付けられた主体を基にして行われます。
Principal,
Subject,
直列化された形式| コンストラクタの概要 | |
|---|---|
SolarisNumericUserPrincipal(long name)
推奨されていません。 ユーザのユーザ識別番号 (UID) の long 表現を使用して SolarisNumericUserPrincipal を作成します。 |
|
SolarisNumericUserPrincipal(String name)
推奨されていません。 ユーザのユーザ識別番号 (UID) の String 表現を使用して SolarisNumericUserPrincipal を作成します。 |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object o)
推奨されていません。 指定したオブジェクトと SolarisNumericUserPrincipal を比較し、同等であるかどうかを調べます。 |
String |
getName()
推奨されていません。 SolarisNumericUserPrincipal のユーザ識別番号 (UID) を返します。 |
int |
hashCode()
推奨されていません。 SolarisNumericUserPrincipal のハッシュコードを返します。 |
long |
longValue()
推奨されていません。 SolarisNumericUserPrincipal のユーザ識別番号 (UID) を long 表現で返します。 |
String |
toString()
推奨されていません。 SolarisNumericUserPrincipal の文字列表現を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SolarisNumericUserPrincipal(String name)
String 表現を使用して SolarisNumericUserPrincipal を作成します。
name - ユーザのユーザ識別番号 (UID)
NullPointerException - name が null の場合public SolarisNumericUserPrincipal(long name)
SolarisNumericUserPrincipal を作成します。
name - long で表されるユーザのユーザ識別番号 (UID)| メソッドの詳細 |
|---|
public String getName()
SolarisNumericUserPrincipal のユーザ識別番号 (UID) を返します。
Principal 内の getNameSolarisNumericUserPrincipal のユーザ識別番号 (UID)public long longValue()
SolarisNumericUserPrincipal のユーザ識別番号 (UID) を long 表現で返します。
SolarisNumericUserPrincipal のユーザ識別番号 (UID) の long 表現public String toString()
SolarisNumericUserPrincipal の文字列表現を返します。
Principal 内の toStringObject 内の toStringSolarisNumericUserPrincipal の文字列表現public boolean equals(Object o)
SolarisNumericUserPrincipal を比較し、同等であるかどうかを調べます。指定したオブジェクトが SolarisNumericUserPrincipal であり、2 つの SolarisNumericUserPrincipal のユーザ識別番号 (UID) が等しい場合は、true を返します。
Principal 内の equalsObject 内の equalso - SolarisNumericUserPrincipal と比較し、 同等であるかどうかを調べるオブジェクト
SolarisNumericUserPrincipal と等しい場合は truepublic int hashCode()
SolarisNumericUserPrincipal のハッシュコードを返します。
Principal 内の hashCodeObject 内の hashCodeSolarisNumericUserPrincipal のハッシュコード
|
JAAS | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||