|
Project Wonder 5.0 | |||||||||||
| 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,
java.util.List<org.openid4java.message.MessageExtension> messageExtensions)
Construct a new EROResponse. |
|
| Method Summary | |
|---|---|
org.openid4java.message.ax.FetchResponse |
fetchResponse()
Deprecated. use messageExtensions instead |
java.lang.Object |
handleQueryWithUnboundKey(java.lang.String key)
|
void |
handleTakeValueForUnboundKey(java.lang.Object obj,
java.lang.String key)
|
org.openid4java.discovery.Identifier |
identifier()
Returns the OpenID identifier |
java.util.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(java.lang.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,
java.util.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 java.util.List<org.openid4java.message.MessageExtension> messageExtensions()
public void handleTakeValueForUnboundKey(java.lang.Object obj,
java.lang.String key)
handleTakeValueForUnboundKey in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandlingpublic void unableToSetNullForKey(java.lang.String key)
unableToSetNullForKey in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandlingpublic java.lang.Object handleQueryWithUnboundKey(java.lang.String key)
handleQueryWithUnboundKey in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||