org.jboss.test.security.interfaces
Interface ProjRepository

All Superinterfaces:
EJBObject (src) , IProjRepository (src) , java.rmi.Remote

public interface ProjRepository
extends EJBObject (src) , IProjRepository (src)

A stateful session bean for accessing a hypothetical project information repository. The information repository is similary to a JNDI store in that items are accessed via a Name and the information is represented as Attributes. It is used to test non-declarative security.

See Also:
Name, Attributes

Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface org.jboss.test.security.interfaces.IProjRepository (src)
createFolder, createItem, deleteFolder, deleteItem, getItem, updateItem