157158159160161162163164165166167
return ace; } public Acl createAcl(List<Ace> aces) { BindingsObjectFactory bof = getBindingsObjectFactory(); Acl acl = bof.createAccessControlList(aces); return acl; }