Ignore:
Timestamp:
02/05/20 15:20:37 (4 years ago)
Author:
bnemhaus
Message:

ItemEncryptionPermission is now respected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r1508 r1509  
    210210                        _FrameAttrib.put("HomogeneousEncryptionLabel",          Frame.class.getMethod("getHomogeneousEncryptionLabel"),
    211211                                                                                                                                Frame.class.getMethod("setHomogeneousEncryptionLabel", pString));
    212                         _FrameAttrib.put("EncryptionPermission",                        Frame.class.getMethod("getEncryptionPermission"),
     212                        _FrameAttrib.put("ItemEncryptionPermission",            Frame.class.getMethod("getEncryptionPermission"),
    213213                                                                                                                                Frame.class.getMethod("setEncryptionPermission", pEncPermission));
    214214                        _FrameAttrib.put("HetrogeneousEncryptionLabels",        Frame.class.getMethod("getHetrogeneousFrameOwnerLabels"),
     
    225225                        _FrameAttrib.alias("encframeperm",      "EncryptionFramePermission");
    226226                        _FrameAttrib.alias("homoenclabel",      "HomogeneousEncryptionLabel");
    227                         _FrameAttrib.alias("encperm",           "EncryptionPermission");
     227                        _FrameAttrib.alias("encperm",           "ItemEncryptionPermission");
    228228                       
    229229                        // Generic Items
Note: See TracChangeset for help on using the changeset viewer.