What is the getCallerPrincipal() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the getCallerPrincipal() method?
Rating:
The getCallerPrincipal() method of the EJBContext interface is used to identify a caller using a java.security.Principal object. It retrieves the information about the client's security identity. This method is used to implement programmatic security.
Rating:
Was this information helpful?
Other articles
- What are the responsibilities of an application assembler?
- What is a finder method of an entity bean's home interface?
- What is the getHomeHandle() method?
- Describe the life cycle of a stateless session bean.
- What are the operations that can be performed using the ejbRemove() method of an entity bean?