Tsukuyomi OpenID
0.2.0

jp.sourceforge.tsukuyomi.openid.yadis.impl
クラス YadisResolverImpl

java.lang.Object
  上位を拡張 jp.sourceforge.tsukuyomi.openid.yadis.impl.YadisResolverImpl
すべての実装されたインタフェース:
YadisResolver

public class YadisResolverImpl
extends Object
implements YadisResolver

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 :

作成者:
Marius Scurtescu, Johnny Bufu

コンストラクタの概要
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
 

コンストラクタの詳細

YadisResolverImpl

public YadisResolverImpl()
Instantiates a YadisResolver with default values for the internal parameters.

メソッドの詳細

discover

public YadisResult discover(String url)
Performs Yadis discovery on the YadisURL.

定義:
インタフェース YadisResolver 内の discover
パラメータ:
url - YadisURL on which discovery will be performed
戻り値:
YadisResult containing discovered information, which includes the XRDS document associated with the Yadis URL and additional meta-information
関連項目:
YadisResult

setHttpClientManager

public void setHttpClientManager(HttpClientManager httpClientManager)

Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.