|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecter.openid.EROpenIDManager.DefaultDelegate
public static class EROpenIDManager.DefaultDelegate
The default delegate implementation.
| Constructor Summary | |
|---|---|
EROpenIDManager.DefaultDelegate()
|
|
| 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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EROpenIDManager.DefaultDelegate()
| Method Detail |
|---|
public 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
EROpenIDManager.Delegate
createFetchMessageExtensions in interface EROpenIDManager.DelegateuserSuppliedString - the string the user suppliedrequest - the WORequestcontext - the WOContext
MessageException
@Deprecated
public org.openid4java.message.MessageExtension createFetchRequest(java.lang.String userSuppliedString,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
throws org.openid4java.message.MessageException
EROpenIDManager.Delegate
createFetchRequest in interface EROpenIDManager.DelegateuserSuppliedString - the string the user suppliedrequest - the WORequestcontext - the WOContext
MessageException
public void responseReceived(org.openid4java.consumer.VerificationResult verification,
EROResponse eroResponse,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
EROpenIDManager.Delegate
responseReceived in interface EROpenIDManager.Delegateverification - the original verification resulteroResponse - the EROResponse wrapperrequest - the WORequestcontext - the WOContext
public java.lang.String returnToUrl(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
EROpenIDManager.Delegate
returnToUrl in interface EROpenIDManager.Delegaterequest - the WORequestcontext - the WOContext
public java.lang.String rewriteReceivingUrl(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
EROpenIDManager.Delegate
rewriteReceivingUrl in interface EROpenIDManager.Delegaterequest - 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 | |||||||||||