IP*Works! SSL V9

ipworksssl
Class OauthLaunchBrowserEvent

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

public class OauthLaunchBrowserEvent
extends java.util.EventObject

Fires before launching a browser with the authorization URL.

When the ClientProfile property is set to cfApplication and GetAuthorization is called the bean will fire this event with the Command which will be executed by the bean. The URL parameter will be the authorization URL which the user will be directed to authenticate.

Within this event you may override the current value of either Command or URL and provide your own value. If Command is set to empty string the bean will not attempt to launch the browser and instead you will be responsible for directing the user to the authorization URL specified by {@link ipworksssl.Oauth#config .

See Also:
Oauth, Oauth.LaunchBrowserEvent, Serialized Form

Field Summary
 java.lang.String command
           
 java.lang.String URL
           
 
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

URL

public java.lang.String URL

command

public java.lang.String command

IP*Works! SSL V9

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