1 22 package org.jboss.test.security.interfaces; 23 24 import java.util.Set ; 25 import java.security.GeneralSecurityException ; 26 import java.rmi.RemoteException ; 27 import javax.ejb.EJBObject ; 28 29 35 public interface SubjectSession extends EJBObject  36 { 37 46 public void validateCallerContext(String callerName, Set callerPrincipals) 47 throws GeneralSecurityException , RemoteException ; 48 } 49 | Popular Tags |