IP*Works! SSL V9

ipworksssl
Class OauthReturnURLEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworksssl.OauthReturnURLEvent
All Implemented Interfaces:
java.io.Serializable

public class OauthReturnURLEvent
extends java.util.EventObject

Fires when the user is redirected to the embedded web server.

When ClientProfile is set to cfApplication and the embedded web server is used (default), this event will fire when the user is redirected from authorization server back to the local embedded web server. The event provides an opportunity to set the ResponseHeaders and ResponseBody and provide a custom response that the user will see in their browser.

URLPath and QueryString are informational parameters that show the values sent by the authorization server.

See Also:
Oauth, Oauth.ReturnURLEvent, Serialized Form

Field Summary
 java.lang.String queryString
           
 java.lang.String responseBody
           
 java.lang.String responseHeaders
           
 java.lang.String URLPath
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

URLPath

public java.lang.String URLPath

queryString

public java.lang.String queryString

responseHeaders

public java.lang.String responseHeaders

responseBody

public java.lang.String responseBody

IP*Works! SSL V9

Copyright (c) 2015 /n software inc. - All rights reserved.