Non-EJB components

For non-EJB CORBA components, use the following mechanism for authentication within a server and for standalone clients:

Embed the user name and password in the URL when creating a component instance. For example:

Module::Interface_var compInstance = Module::Interface::narrow( "iiop[s]://user:password:host:port/EAServerPackage/EAServerComponent");