|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openid4java.discovery.html.HtmlResult
public class HtmlResult
Holds information obtained by performing HTML discovery on an URL.
| Constructor Summary | |
|---|---|
HtmlResult()
Constructs an empty HtmlResult object. |
|
| Method Summary | |
|---|---|
UrlIdentifier |
getClaimedId()
Gets the claimed identifier. |
String |
getDelegate1()
|
String |
getDelegate2()
|
URL |
getOP1Endpoint()
|
URL |
getOP2Endpoint()
|
void |
setClaimed(UrlIdentifier claimed)
Sets the claimed identifier. |
void |
setDelegate1(String delegate1)
|
void |
setDelegate2(String delegate2)
|
void |
setEndpoint1(String op1Endpoint)
|
void |
setEndpoint2(String op2Endpoint)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlResult()
| Method Detail |
|---|
public void setClaimed(UrlIdentifier claimed)
public UrlIdentifier getClaimedId()
public void setEndpoint1(String op1Endpoint)
throws DiscoveryException
DiscoveryExceptionpublic URL getOP1Endpoint()
public void setDelegate1(String delegate1)
public String getDelegate1()
public void setEndpoint2(String op2Endpoint)
throws DiscoveryException
DiscoveryExceptionpublic URL getOP2Endpoint()
public void setDelegate2(String delegate2)
public String getDelegate2()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||