115116117118119120121122123124125
String[] roles) throws Exception { try { RealmMgmt rlm = new RealmMgmt(); rlm.modifyUser(realm, user, password, roles); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }