strolch/li.strolch.privilege/config
Robert von Burg dd227c65d0 [Major] Refactored SystemAction in privileges
Simplified the API, removed the privileged user - now always use the
agent system user for running system actions. One method has no return
value and one has a return value. Now it is easy to perform a system
action using:

    runAsAgent(ctx -> {
      // do work			
    });

    String result = runAsAgentWithResult(ctx -> {
      // do work
      return "done";
    });

    // execute a SystemAction
    runAsAgent(action);

    // execute a SystemActionWithResult
    String result = runAsAgentWithResult(actionWithResult);
2016-09-29 12:26:27 +02:00
..
PrivilegeConfig.xml [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
PrivilegeConfigMerge.xml [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
PrivilegeRoles.xml [Major] Refactored SystemAction in privileges 2016-09-29 12:26:27 +02:00
PrivilegeRolesMerge.xml [Major] Move ch.eitchnet projects to li.strolch 2016-06-24 17:42:16 +02:00
PrivilegeUsers.xml [Major] Move ch.eitchnet projects to li.strolch 2016-06-24 17:42:16 +02:00
PrivilegeUsersMerge.xml [Major] Move ch.eitchnet projects to li.strolch 2016-06-24 17:42:16 +02:00