Bug 136449 - Added Login capability to the Web Services Explorer
Summary: Added Login capability to the Web Services Explorer
Status: CLOSED FIXED
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.ws (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.5 M6   Edit
Assignee: Chris Brealey CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2006-04-12 16:07 EDT by Vince Brunssen CLA
Modified: 2006-06-27 14:02 EDT (History)
1 user (show)

See Also:


Attachments
This is a zip package of the changed files for the proposed enhancement (21.24 KB, application/zip)
2006-04-12 16:09 EDT, Vince Brunssen CLA
no flags Details
This is a zip package of the changed files for the proposed enhancement. First Attachment did not have the path structure. (27.00 KB, application/zip)
2006-04-12 16:31 EDT, Vince Brunssen CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Brunssen CLA 2006-04-12 16:07:31 EDT
Created added functionality to allow users to Login to a given registry via a new login page.  The user, once successfully logged in, is presented with businesses and services that they own and can operate against via existing Web Services Explorer functionality.
Comment 1 Vince Brunssen CLA 2006-04-12 16:09:11 EDT
Created attachment 38446 [details]
This is a zip package of the changed files for the proposed enhancement
Comment 2 Vince Brunssen CLA 2006-04-12 16:31:34 EDT
Created attachment 38450 [details]
This is a zip package of the changed files for the proposed enhancement.  First Attachment did not have the path structure.
Comment 3 Chris Brealey CLA 2006-04-27 13:34:18 EDT
Vince, thanks for the updates and the new login/logout function. I've reviewed the code, tweaked a few minor non-functional things (removed commented out or dead code), built, partially tested, and committed your changes.

Kathy, on the very likely chance you get to it first, please go ahead and release this change after this week's I-build is declared.

New/changed JSPs under org.eclipse.wst.ws.explorer/wsexplorer:
uddi/actions/LoginAdvancedActionJSP.jsp
uddi/actions/LogoutAdvancedActionJSP.jsp
uddi/forms/LoginUddiForm.jsp
uddi/forms/login_authentication_table.jsp

New/changed properties under org.eclipse.wst.ws.explorer/wsexplorer-properties:
uddi.properties

New/changed Java files under org.eclipse.wst.ws.explorer/wsexplorer-src:
org/eclipse/wst/ws/internal/explorer/platform/perspective/Tool.java
org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/LoginAdvancedAction.java
org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/LogoutAdvancedAction.java
org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/RegistryElement.java
org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/LoginTool.java
org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/RegistryNode.java
Comment 4 Chris Brealey CLA 2006-05-08 08:42:17 EDT
Released with tag v200605040224.
Comment 5 Vince Brunssen CLA 2006-06-26 18:03:03 EDT
I have validated this enhancement against the RC6 level of code.
Comment 6 Chris Brealey CLA 2006-06-27 14:02:53 EDT
Thanks Vince. Closed.