com.norbl.cbp.ppe.usermonitor
Class AuthorizationClient

java.lang.Object
  extended by 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.


Constructor Summary
AuthorizationClient(PPEManager ppeManger)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 void runAuthorizationDialog()
           
 void windowClosed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationClient

public AuthorizationClient(PPEManager ppeManger)
Method Detail

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()