users@glassfish.java.net

Re: What is IIOP Client Authentication which is available in Configuration> ORB ?

From: Daniel Adelhardt <Daniel.Adelhardt_at_Sun.COM>
Date: Mon, 16 Jul 2007 08:57:59 +0200

Hi Legolas,

IIOP autentication can be used if you have for example a standalone
client that accesses protected EJBs in your container with IIOP.
The username/passwords are taken from the configured security realm (eg.
default file realm). To login from the client you can use the
ProgrammaticLogin class or use a properly configured application client.

-Daniel