73747576777879808182
if (!authenticate(workflowService, userid, password)) { throw new WorkflowException("login org.huihoo.workflow service unsuccessfully.userid=" + userid + ",password=" + password); } return new ObjectService(this,workflowService); } } return null; }
96979899100101102103104105106
if (context != null && (context instanceof WorkflowService)) { WorkflowService workflowService = (WorkflowService) context; if (authenticate(workflowService, userid, password)) { vector.add(new ObjectService(this,workflowService)); } } } }