|
Project Wonder 5.0.0.8654 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EROpenIDManager.Delegate
EROpenIDManager delegate
| Method Summary | |
|---|---|
List<org.openid4java.message.MessageExtension> |
createFetchMessageExtensions(String userSuppliedString,
WORequest request,
WOContext context)
Returns OpenID message extensions for the fetch request. |
org.openid4java.message.MessageExtension |
createFetchRequest(String userSuppliedString,
WORequest request,
WOContext context)
Deprecated. Replaced by createFetchMessageExtensions |
void |
responseReceived(org.openid4java.consumer.VerificationResult verification,
EROResponse eroResponse,
WORequest request,
WOContext context)
Called after a response is received from the OpenID server. |
String |
returnToUrl(WORequest request,
WOContext context)
Returns the URL that the OpenID provider should come back to after authentication. |
String |
rewriteReceivingUrl(WORequest request,
WOContext context)
Gives the delegate an opportunity to rewrite the receiving URL from the return request after authentication. |
| Method Detail |
|---|
List<org.openid4java.message.MessageExtension> createFetchMessageExtensions(String userSuppliedString,
WORequest request,
WOContext context)
throws org.openid4java.message.MessageException
userSuppliedString - the string the user suppliedrequest - the WORequestcontext - the WOContext
MessageException
@Deprecated
org.openid4java.message.MessageExtension createFetchRequest(String userSuppliedString,
WORequest request,
WOContext context)
throws org.openid4java.message.MessageException
userSuppliedString - the string the user suppliedrequest - the WORequestcontext - the WOContext
MessageException
void responseReceived(org.openid4java.consumer.VerificationResult verification,
EROResponse eroResponse,
WORequest request,
WOContext context)
verification - the original verification resulteroResponse - the EROResponse wrapperrequest - the WORequestcontext - the WOContext
String returnToUrl(WORequest request,
WOContext context)
request - the WORequestcontext - the WOContext
String rewriteReceivingUrl(WORequest request,
WOContext context)
request - the WORequestcontext - the WOContext
|
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 | |||||||||