public abstract java.security.Principal | getCallerPrincipal()This method should be implemented by the subclasses to
return the caller principal. This information may be redundant
since the same information can be inferred by inspecting the
Credentials of the caller.
|