HomeRegistration interface registers the Home interface in the local ORB where the component lives. It is also possible to register a Home interface which leaves in another ORB through RemoteHomeRegistration interface. |
Security interface allows the component to get the credentials associated with the operation (set by the client and the container based on the deployment descriptor) and the caller. |
There are two operations get_caller_identity() and is_caller_in_role(). EJBContext interface contains similar operations. (programmatic security). |