You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2008/07/17 16:15:31 UTC

[jira] Assigned: (HARMONY-5912) Progress on policytool

     [ https://issues.apache.org/jira/browse/HARMONY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January reassigned HARMONY-5912:
-------------------------------------

    Assignee: Sian January

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5912
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5912
>             Project: Harmony
>          Issue Type: Improvement
>          Components: JDK
>         Environment: Should work in all environments
>            Reporter: AndrĂ¡s Belicza
>            Assignee: Sian January
>            Priority: Minor
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008.07.16.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5898
> -GrantEntryEditFormDialog to view/edit grant entries.
> -LAEFormDialog: ListAndEditPanels can now obtain a LAEFormDialog to create forms if its edit action was "fired".
>     The created form is LAE aware, knows about the visualization list, and will update it in case of changes.
> -Some more common operations from concrete form dialog classes have been relocated to the BaseFormDialog.
>     (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
> -Changed mnemonics in case of multiple ListAndEdit components in same dialog
> -GrantEntries now can be added, edited, removed from the the GUI.
> -new feature: multiple selected entires can be removed (the original policytool can only have 1 selected item)
> -PrincipalEditFormDialog to view/edit the principles of grant entries
> -Principals now can be added, edited, removed from the the GUI.
> Known issues/bugs:
> -attempting to add Permission to a policy entry will result in NullPointerException.
>     Reason: simply not yet implemented.
> -If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
>     Solution: we need a working copy of principals until we click ok on the policy entry dialog. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.