|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.wss.security.SecurityPrincipal
public class SecurityPrincipal
This class SecurityPrincipal exposes the authenticated
principal via the message level security.
It implements Principal and Serializable
interfaces.
| コンストラクタの概要 | |
|---|---|
SecurityPrincipal(String name)
Constructs SecurityPrincipal object. |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object o)
Compares with given object. |
String |
getName()
Returns the name of the principal. |
String |
toString()
Converts to string. |
| コンストラクタの詳細 |
|---|
public SecurityPrincipal(String name)
name - the name of the principal| メソッドの詳細 |
|---|
public boolean equals(Object o)
Object 内の equalso - the given object
public String getName()
public String toString()
Object 内の toString
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||