Package org.jboss.test.security.interfaces

Examples of org.jboss.test.security.interfaces.ProjRepository.deleteFolder()


         ProjRepository bean = home.create(projName);
         // This requires CreateFolder role
         Name programs = parser.parse("/Programs Files");
         bean.createFolder(programs);
         // This requires DeleteFolder role
         bean.deleteFolder(programs, true);
         sendReply(replyTo, "Role tests ok");
         // cannot remove because of JBAS-3946
         // bean.remove();
      }
      catch(Throwable e)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.