You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by Apache Wiki <wi...@apache.org> on 2013/03/23 20:55:03 UTC

[Juddi Wiki] Update of "Using_JBoss_to_Authenticate_Users" by alexoree

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Juddi Wiki" for change notification.

The "Using_JBoss_to_Authenticate_Users" page has been changed by alexoree:
http://wiki.apache.org/juddi/Using_JBoss_to_Authenticate_Users

New page:
The '''JB''''''ossAuthenticator''' class is provided to let juddi deployments on JBoss use a server security domain to authenticate users.

To use this class you must add the following properties to the juddi.properties file:
 {{{
 juddi.auth=org.apache.juddi.auth.JBossAuthenticator
 juddi.securityDomain=java:/jaas/other
 }}}
The first one will tell juddi to use this class as the '''Authenticator'''. The second one, tells the '''JB''''''ossAuthenticator''' where to lookup the security domain it will use to perform the authentication.

JBoss creates one security domain for each application policy element on the $JBOSS_HOME/server/default/conf/login-config.xml file, and it bounds it to the server JNDI tree with the name java:/jaas/''application-policy-name''. If a lookup refers to a non existent application policy it falls to the default one, named other.
Window size: x 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org