227228229230231232233234235236237
{ p.getContent().add(new ReadCurrentUserPrivilegeSet()); } else if ("unbind".equals(right)) { p.getContent().add(new UnBind()); } else if ("unlock".equals(right)) { p.getContent().add(new Unlock()); }