org.jboss.test.security.interfaces
Interface SubjectSessionHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface SubjectSessionHome
extends EJBHome (src)

A session facade interface for validating the security context


Method Summary
 SubjectSession (src) create()
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public SubjectSession (src)  create()
                      throws java.rmi.RemoteException,
                             CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)