@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CallerPrincipal
Annotation intented to represent the principal that should be returned
from calls to jakarta.ejb.EJBContext.getCallerPrincipal()
Implementations of org.apache.openejb.spi.SecurityService are encouraged
to return a java.security.Principal object that implements CallerPrinciple