Deprecated API

Deprecated Methods
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.