git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@151257 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
389446757f
commit
83fcaf3808
|
@ -133,6 +133,7 @@ public class SendMail extends StandardLocalInfraAlgorithm {
|
|||
|
||||
|
||||
public String getAdmins() throws Exception {
|
||||
try{
|
||||
List<String> s = new LinkedList<String>();
|
||||
JSONObject obj = new JSONObject(this.getAdminRoles());
|
||||
JSONArray data = obj.getJSONArray("result");
|
||||
|
@ -145,12 +146,13 @@ public class SendMail extends StandardLocalInfraAlgorithm {
|
|||
s.add(this.username(SecurityTokenProvider.instance.get()));
|
||||
***REMOVED***
|
||||
return s.toString().replace("[", "").replace("]", "");
|
||||
***REMOVED***
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
***REMOVED***
|
||||
catch(Exception a){return "ngalante, lucio.lelii, roberto.cirillo, gianpaolo.coro, giancarlo.panichi, scarponi"; ***REMOVED***
|
||||
|
||||
***REMOVED***
|
||||
|
||||
|
||||
|
||||
|
||||
public String getRootToken() throws Exception {
|
||||
|
||||
|
|
Loading…
Reference in New Issue