|
Project Wonder 5.0 | |||||||||||
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 | |
---|---|
java.util.List<org.openid4java.message.MessageExtension> |
createFetchMessageExtensions(java.lang.String userSuppliedString,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Returns OpenID message extensions for the fetch request. |
org.openid4java.message.MessageExtension |
createFetchRequest(java.lang.String userSuppliedString,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Deprecated. Replaced by createFetchMessageExtensions |
void |
responseReceived(org.openid4java.consumer.VerificationResult verification,
EROResponse eroResponse,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Called after a response is received from the OpenID server. |
java.lang.String |
returnToUrl(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Returns the URL that the OpenID provider should come back to after authentication. |
java.lang.String |
rewriteReceivingUrl(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Gives the delegate an opportunity to rewrite the receiving URL from the return request after authentication. |
Method Detail |
---|
java.util.List<org.openid4java.message.MessageExtension> createFetchMessageExtensions(java.lang.String userSuppliedString, com.webobjects.appserver.WORequest request, com.webobjects.appserver.WOContext context) throws org.openid4java.message.MessageException
userSuppliedString
- the string the user suppliedrequest
- the WORequestcontext
- the WOContext
MessageException
@Deprecated org.openid4java.message.MessageExtension createFetchRequest(java.lang.String userSuppliedString, com.webobjects.appserver.WORequest request, com.webobjects.appserver.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, com.webobjects.appserver.WORequest request, com.webobjects.appserver.WOContext context)
verification
- the original verification resulteroResponse
- the EROResponse wrapperrequest
- the WORequestcontext
- the WOContextjava.lang.String returnToUrl(com.webobjects.appserver.WORequest request, com.webobjects.appserver.WOContext context)
request
- the WORequestcontext
- the WOContext
java.lang.String rewriteReceivingUrl(com.webobjects.appserver.WORequest request, com.webobjects.appserver.WOContext context)
request
- the WORequestcontext
- the WOContext
|
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 |