Tsukuyomi OpenID
0.2.0

jp.sourceforge.tsukuyomi.openid.discovery
クラス HtmlResult

java.lang.Object
  上位を拡張 jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult

public class HtmlResult
extends Object

Holds information obtained by performing HTML discovery on an URL.


コンストラクタの概要
HtmlResult()
          Constructs an empty HtmlResult object.
 
メソッドの概要
 UrlIdentifier getClaimedId()
          Gets the claimed identifier.
 String getDelegate1()
           
 String getDelegate2()
           
 URL getIdp1Endpoint()
           
 URL getIdp2Endpoint()
           
 void setClaimed(UrlIdentifier claimed)
          Sets the claimed identifier.
 void setDelegate1(String delegate1)
           
 void setDelegate2(String delegate2)
           
 void setEndpoint1(String idp1Endpoint)
           
 void setEndpoint2(String idp2Endpoint)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

HtmlResult

public HtmlResult()
Constructs an empty HtmlResult object.

メソッドの詳細

setClaimed

public void setClaimed(UrlIdentifier claimed)
Sets the claimed identifier.


getClaimedId

public UrlIdentifier getClaimedId()
Gets the claimed identifier.


setEndpoint1

public void setEndpoint1(String idp1Endpoint)
                  throws DiscoveryException
例外:
DiscoveryException

getIdp1Endpoint

public URL getIdp1Endpoint()

setDelegate1

public void setDelegate1(String delegate1)

getDelegate1

public String getDelegate1()

setEndpoint2

public void setEndpoint2(String idp2Endpoint)
                  throws DiscoveryException
例外:
DiscoveryException

getIdp2Endpoint

public URL getIdp2Endpoint()

setDelegate2

public void setDelegate2(String delegate2)

getDelegate2

public String getDelegate2()

toString

public String toString()
オーバーライド:
クラス Object 内の toString

Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.