You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Johnson, Michael1 [IT]" <mi...@citigroup.com> on 2003/01/10 14:57:36 UTC

IBM WEBSPHERE and Security Provider

HEY ALL,
	Im working on a web service with a 3rd party security provider
(ARMOR). In the java.security file it currently have a provider
login.configuration.provider=com.sun.security.auth.login.ConfigFile

I would like to specify another one but dynamically or by calling a
different java.security file somehow in the application, since other
applications on the server use the current provider. Any insite would be
greatly appreciated.

-MJ