org.superbiz.servlet
Interface SecureEJBLocal

All Known Implementing Classes:
SecureEJB

public interface SecureEJBLocal


Method Summary
 void allowFakeMethod()
           
 void allowManagerMethod()
           
 void allowUserMethod()
           
 void denyAllMethod()
           
 Principal getCallerPrincipal()
           
 boolean isCallerInRole(String role)
           
 

Method Detail

getCallerPrincipal

Principal getCallerPrincipal()

isCallerInRole

boolean isCallerInRole(String role)

allowUserMethod

void allowUserMethod()

allowManagerMethod

void allowManagerMethod()

allowFakeMethod

void allowFakeMethod()

denyAllMethod

void denyAllMethod()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.