org.apache.openejb.spi
Annotation Type CallerPrincipal


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CallerPrincipal

Annotation intented to represent the principal that should be returned from calls to javax.ejb.EJBContext.getCallerPrincipal()

Implementations of org.apache.openejb.spi.SecurityService are encouraged to return a java.security.Principal object that implements CallerPrinciple

Version:
$Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.