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$ $Date$



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.