Inherited by EROpenIDManager.EmailDelegate.

Public Member Functions | |
| List< MessageExtension > | createFetchMessageExtensions (String userSuppliedString, WORequest request, WOContext context) throws MessageException |
| MessageExtension | createFetchRequest (String userSuppliedString, WORequest request, WOContext context) throws MessageException |
| void | responseReceived (VerificationResult verification, EROResponse eroResponse, WORequest request, WOContext context) |
| String | returnToUrl (WORequest request, WOContext context) |
| String | rewriteReceivingUrl (WORequest request, WOContext context) |
| List<MessageExtension> createFetchMessageExtensions | ( | String | userSuppliedString, | |
| WORequest | request, | |||
| WOContext | context | |||
| ) | throws MessageException |
Returns OpenID message extensions for the fetch request. These message extensions will be sent to the OP as requests for additional information.
| userSuppliedString | the string the user supplied | |
| request | the WORequest | |
| context | the WOContext |
| MessageException |
Implements EROpenIDManager.Delegate.
Reimplemented in EROpenIDManager.EmailDelegate.
| MessageExtension createFetchRequest | ( | String | userSuppliedString, | |
| WORequest | request, | |||
| WOContext | context | |||
| ) | throws MessageException |
Returns an OpenID fetch request.
| userSuppliedString | the string the user supplied | |
| request | the WORequest | |
| context | the WOContext |
| MessageException |
Implements EROpenIDManager.Delegate.
| void responseReceived | ( | VerificationResult | verification, | |
| EROResponse | eroResponse, | |||
| WORequest | request, | |||
| WOContext | context | |||
| ) |
Called after a response is received from the OpenID server.
| verification | the original verification result | |
| eroResponse | the EROResponse wrapper | |
| request | the WORequest | |
| context | the WOContext |
Implements EROpenIDManager.Delegate.
| String returnToUrl | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Returns the URL that the OpenID provider should come back to after authentication.
| request | the WORequest | |
| context | the WOContext |
Implements EROpenIDManager.Delegate.
| String rewriteReceivingUrl | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Gives the delegate an opportunity to rewrite the receiving URL from the return request after authentication. This may be necessary if you are using rewrite rules on your webserver, and the returnToUrl does not match the URL that WebObjects may see in the WORequest.
| request | the WORequest | |
| context | the WOContext |
Implements EROpenIDManager.Delegate.
1.5.8