Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  ucsb 10376 over 6 years Jing Tao Add the client code to submit the index task to...

Latest revisions

# Date Author Comment
10376 08/14/2017 04:01 PM Jing Tao

Add the client code to submit the index task to the message broker. Now I only added the code for the create method.

10370 07/22/2017 04:19 PM Chris Jones

Change isAuthorized() to prioritize user authz

Re-order the calls to userHasPermission(), isAdminAuthorized(), and isAuthoritativeMNodeAdmin() such that the user authorization comes first. This should drastically reduce the calls to CN.listNodes() and the resulting NodeList unmarsalling involved in comparing CN and MN Node Subjects to token or certificate Subjects. ...

10369 07/21/2017 06:16 PM Chris Jones

Convert System.out.println() calls

We've had these calls printing to the log on every REST call. Change them to a logger debug() level so we can filter them out.

10366 07/03/2017 04:10 PM Jing Tao

Use the EncodingUtilities method to decode a string.

10362 07/03/2017 11:37 AM Jing Tao

Add the code to handle query and view service.

10361 06/29/2017 10:44 AM Jing Tao

Add the code to read the MNPackage configuration.

10340 06/05/2017 03:35 PM Jing Tao

In the delete method, if we got not MdcDocNotFound exception, we will continue to delete the system metadata.

10338 06/02/2017 05:35 PM Jing Tao

Add the code to add the ldap group information for the given user.

10336 06/02/2017 05:29 PM Jing Tao

Add a new method to get all groups for a given user.

10334 06/02/2017 05:26 PM Jing Tao

Make a debug statement clearer.

View revisions

Also available in: Atom