|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.address.NetObject
gov.nist.javax.sip.address.UserInfo
public final class UserInfo
User information part of a URL.
| フィールドの概要 | |
|---|---|
static int |
TELEPHONE_SUBSCRIBER
Constant field |
static int |
USER
constant field |
| コンストラクタの概要 | |
|---|---|
UserInfo()
Default constructor |
|
| メソッドの概要 | |
|---|---|
void |
clearPassword()
Clear the password field. |
java.lang.String |
encode()
Encode the user information as a string. |
boolean |
equals(java.lang.Object obj)
Compare for equality. |
java.lang.String |
getPassword()
get the password field. |
java.lang.String |
getUser()
get the user field. |
int |
getUserType()
Gets the user type (which can be set to TELEPHONE_SUBSCRIBER or USER) |
void |
setPassword(java.lang.String p)
Set the password member |
void |
setUser(java.lang.String user)
Set the user member |
void |
setUserType(int type)
Set the user type (to TELEPHONE_SUBSCRIBER or USER). |
| クラス gov.nist.javax.sip.address.NetObject から継承されたメソッド |
|---|
clone, debugDump, debugDump, match, merge, replace, replace, replace, replace, toString |
| クラス gov.nist.core.GenericObject から継承されたメソッド |
|---|
getClassFromName, getMatcher, isMySubclass, setMatcher |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final int TELEPHONE_SUBSCRIBER
public static final int USER
| コンストラクタの詳細 |
|---|
public UserInfo()
| メソッドの詳細 |
|---|
public boolean equals(java.lang.Object obj)
NetObject 内の equalsobj - Object to set
public java.lang.String encode()
NetObject 内の encodepublic void clearPassword()
public int getUserType()
public java.lang.String getUser()
public java.lang.String getPassword()
public void setUser(java.lang.String user)
user - String to setpublic void setPassword(java.lang.String p)
p - String to set
public void setUserType(int type)
throws java.lang.IllegalArgumentException
type - int to set
java.lang.IllegalArgumentException - if type is not in range.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||