|
Project Wonder 5.0.0.8654 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecter.openid.EROResponse
public class EROResponse
EROResponse encapsulates the response from an OpenID provider.
| Field Summary |
|---|
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
|---|
_CLASS |
| Constructor Summary | |
|---|---|
EROResponse(org.openid4java.discovery.Identifier identifier,
org.openid4java.message.ax.FetchResponse fetchResponse,
List<org.openid4java.message.MessageExtension> messageExtensions)
Construct a new EROResponse. |
|
| Method Summary | |
|---|---|
org.openid4java.message.ax.FetchResponse |
fetchResponse()
Deprecated. use messageExtensions instead |
Object |
handleQueryWithUnboundKey(String key)
|
void |
handleTakeValueForUnboundKey(Object obj,
String key)
|
org.openid4java.discovery.Identifier |
identifier()
Returns the OpenID identifier |
List<org.openid4java.message.MessageExtension> |
messageExtensions()
Returns the message extensions from the request. |
boolean |
succeeded()
Returns whether or not this auth attempt succeeded. |
void |
unableToSetNullForKey(String key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EROResponse(org.openid4java.discovery.Identifier identifier,
org.openid4java.message.ax.FetchResponse fetchResponse,
List<org.openid4java.message.MessageExtension> messageExtensions)
identifier - the OpenID identifier (null if auth failed)fetchResponse - the FetchResponse (null if auth failed, or if there were no extended attributes)messageExtensions - the list of message extensions returned as responses from the request| Method Detail |
|---|
public boolean succeeded()
public org.openid4java.discovery.Identifier identifier()
@Deprecated public org.openid4java.message.ax.FetchResponse fetchResponse()
public List<org.openid4java.message.MessageExtension> messageExtensions()
public void handleTakeValueForUnboundKey(Object obj,
String key)
handleTakeValueForUnboundKey in interface NSKeyValueCoding.ErrorHandlingpublic void unableToSetNullForKey(String key)
unableToSetNullForKey in interface NSKeyValueCoding.ErrorHandlingpublic Object handleQueryWithUnboundKey(String key)
handleQueryWithUnboundKey in interface NSKeyValueCoding.ErrorHandling
|
Last updated: Thu, Nov 20, 2008 04:36 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||