ipworksssl
Class OauthLaunchBrowserEvent
java.lang.Object
java.util.EventObject
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 |
| 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 |
URL
public java.lang.String URL
command
public java.lang.String command
Copyright (c) 2015 /n software inc. - All rights reserved.