Package com.iizigo.ws.editor
Class OAuthBrowserDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.ws.editor.OAuthBrowserDialog
Browser in dialog used to show the OAuth (2) client authentication. This dialog must be created with the constructor, then called with "open()". The "open" method is modal until dialog is closed from the authentication callback or the user. If the user closes the dialog box, the session is disposed of.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsConstructorDescriptionOAuthBrowserDialog
(Shell parent, IOAuthService service, String url) Create the dialog.Method Summary