|
Tsukuyomi OpenID 0.2.1 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.tsukuyomi.openid.yadis.impl.YadisResolverImpl
public class YadisResolverImpl
Yadis discovery protocol implementation.
Yadis discovery protocol returns a Yadis Resource Descriptor (XRDS) document associated with a Yadis Identifier (YadisID)
YadisIDs can be any type of identifiers that are resolvable to a URL form, and in addition the URL form uses a HTTP or a HTTPS schema. Such an URL is defined by the Yadis speficification as a YadisURL. This functionality is implemented by the YadisURL helper class.
The discovery of the XRDS document is performed by the discover method on a YadisUrl.
Internal parameters used during the discovery process :
| コンストラクタの概要 | |
|---|---|
YadisResolverImpl()
Instantiates a YadisResolver with default values for the internal parameters. |
|
| メソッドの概要 | |
|---|---|
YadisResult |
discover(String url)
Performs Yadis discovery on the YadisURL. |
void |
setHttpClientManager(HttpClientManager httpClientManager)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public YadisResolverImpl()
| メソッドの詳細 |
|---|
public YadisResult discover(String url)
YadisResolver 内の discoverurl - YadisURL on which discovery will be performed
YadisResultpublic void setHttpClientManager(HttpClientManager httpClientManager)
|
Tsukuyomi OpenID 0.2.1 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||