|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.auth.JBossAuthenticator
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
Constructor Summary | |
JBossAuthenticator()
|
Method Summary | |
java.lang.String |
authenticate(java.lang.String userID,
java.lang.String credential)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JBossAuthenticator()
Method Detail |
public java.lang.String authenticate(java.lang.String userID, java.lang.String credential) throws RegistryException
authenticate
in interface Authenticator
userID
- credential
-
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |