Ignore:
Timestamp:
01/31/20 13:49:48 (4 years ago)
Author:
bnemhaus
Message:

Permissions for encrypting frames are now respected. (Group level permissions still need testing and maybe implementation)

The current implementation of Hetrogeneous Owner requires that the owner of the frame specify the available labels. Injecting the property "HetrogeneousEncryptionLabels: <label name>" into the frame name item adds the specified label to the list of labels that those with 'Hetrogeneous (Owner)' permission are able to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/Actions.java

    r1504 r1506  
    7171                MessageBay.displayMessage("Test message sent.");
    7272        }
    73                
    74         public static void CheckMailTest() {
    75                 List<Mail.MailEntry> mail = MailBay.getMailClient().checkMail();
    76                 for (Mail.MailEntry entry: mail) {
    77                         MessageBay.displayMessage(entry.toString());
    78                 }
    79                 MessageBay.displayMessage(mail.size() + " new mail since last run.");
    80         }
    8173       
    8274        public static void SendTestOneOffMessage(String recipient) {
Note: See TracChangeset for help on using the changeset viewer.