|
Tsukuyomi OpenID 0.2.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.tsukuyomi.openid.yadis.YadisUrl
public class YadisUrl
Wrapper class for various identifiers that are resolvable to URLs and can be used as YadisURLs with the Yadis protocol.
| コンストラクタの概要 | |
|---|---|
YadisUrl(String urlString)
Contructs a YadisURL from a string; assumes the string to be a URL-type identifier |
|
YadisUrl(URL urlId)
Constructs a YadisURL from a URL object; insures the schema is HTTP or HTTPS |
|
YadisUrl(org.openxri.XRI xriId)
Constructs a YadisURL from an XRI identifier. |
|
| メソッドの概要 | |
|---|---|
URL |
getUrl()
Gets the URL to be used in Yadis transactions. |
String |
toString()
Gets a string representation of the YadisURL. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public YadisUrl(String urlString)
throws YadisException
urlString - URL-type identifier in string format
YadisException - if the provided string cannot be a YadisUrl
public YadisUrl(URL urlId)
throws YadisException
urlId - URL identifier
YadisException - tf the URL identifier is not a valid YadisURL
public YadisUrl(org.openxri.XRI xriId)
throws YadisException
xriId - The XRI identifier
YadisException| メソッドの詳細 |
|---|
public URL getUrl()
public String toString()
Object 内の toString
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||