|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.tsukuyomi.openid.discovery.HtmlResult
public class HtmlResult
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 |
コンストラクタの詳細 |
---|
public HtmlResult()
メソッドの詳細 |
---|
public void setClaimed(UrlIdentifier claimed)
public UrlIdentifier getClaimedId()
public void setEndpoint1(String idp1Endpoint) throws DiscoveryException
DiscoveryException
public URL getIdp1Endpoint()
public void setDelegate1(String delegate1)
public String getDelegate1()
public void setEndpoint2(String idp2Endpoint) throws DiscoveryException
DiscoveryException
public URL getIdp2Endpoint()
public void setDelegate2(String delegate2)
public String getDelegate2()
public String toString()
Object
内の toString
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |