com.norbl.cbp.ppe.usermonitor
Class AuthorizationClient
java.lang.Object
com.norbl.cbp.ppe.usermonitor.AuthorizationClient
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class AuthorizationClient
- extends java.lang.Object
- implements java.awt.event.ActionListener
Sends authorization request to the UserMonitor
. The reply
from the server contains a url for the AWS authorization web page
dialog. This classes launches browser to show that url.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationClient
public AuthorizationClient(PPEManager ppeManger)
runAuthorizationDialog
public void runAuthorizationDialog()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
windowClosed
public void windowClosed()