- All Implemented Interfaces:
- Authenticator
public class JBossAuthenticator
extends java.lang.Object
implements Authenticator
This is a implementation of jUDDI's Authenticator interface,
that uses the JBoss authentication manager.
Usage:
To use this class you must add the following properties
to the juddi.properties file:
# The JBoss Authenticator
juddi.auth=org.apache.juddi.auth.JBossAuthenticator
# The security-domain, defined in $JBOSS/default/conf/login-config.xml
juddi.securityDomain=java:/jaas/other
- Author:
- Antoni Reus (areus@ibit.org)