What is caller principal ?
The principal that identifies the invoker of the enterprise bean method. In the context of Java EE (Enterprise Edition), especially with respect to security, the term “caller principal” refers to the identity of the entity that is invoking a particular piece of code or attempting to access a protected resource. The caller principal typically represents … Read more