Method and Description |
---|
javax.ejb.EJBContext.getCallerIdentity()
Use Principal getCallerPrincipal() instead.
|
javax.ejb.EJBContext.getEnvironment()
Use the JNDI naming context java:comp/env to access
enterprise bean's environment.
|
javax.ejb.EJBContext.isCallerInRole(Identity)
Use boolean isCallerInRole(String roleName) instead.
|
© Copyright 2019 Eclipse Foundation.
Use is subject to license terms.