Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] Password persistence extension point


+1

____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/140/8200/TOR
____________________________________



Kushal Munir/Toronto/IBM@IBMCA
Sent by: dsdp-tm-dev-bounces@xxxxxxxxxxx

25/08/2006 02:18 PM

Please respond to
Target Management developer discussions <dsdp-tm-dev@xxxxxxxxxxx>

To
dsdp-tm-dev@xxxxxxxxxxx
cc
Subject
[dsdp-tm-dev] Password persistence extension point






Hi folks,

I've had a discussion with the developer here regarding the password
persistence extension point. It has been deemed to be unnecessary and can
be consolidated with the systemsTypes extension point. The extension point
is used to allow password management for that system type through the RSE
Passwords preference page. It only allows one attribute to specify whether
passwords for the system type are case sensitive or not. There is no need
for it to be a separate extension point.

My proposal is to add two new optional boolean properties to the <property>
markup for the org.eclipse.rse.ui.systemTypes extension point. These are
"passwordManagement" to specify whether passwords for the system type can
be managed and "passwordCaseSensitive" to indicate whether passwords for
the system type are case sensitive or not. Both will default to true for
the system type if the property does not exist.

This ensures equivalent function with what we currently have. An example is
given below:


<extension point="org.eclipse.rse.ui.systemTypes">


     <systemType id="com.acme.systemtype.Example" name="Example"


           <property name="passwordManagement" value="true"/>


           <property name="passwordCaseSensitive" value="false"/>


     </systemType>


</extension>


Please vote on this proposal.


Thanks!

Kushal Munir
Websphere Development Studio Client for iSeries
IBM Toronto Lab, 8200 Warden Ave., Markham, ON
Phone: (905) 413-3118        Tie-Line: 969-3118
Email: kmunir@xxxxxxxxxx

_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


Back to the top