org.apache.juddi.auth
Class CryptedXMLDocAuthenticator

java.lang.Object
  |
  +--org.apache.juddi.auth.XMLDocAuthenticator
        |
        +--org.apache.juddi.auth.CryptedXMLDocAuthenticator
All Implemented Interfaces:
Authenticator, org.xml.sax.ContentHandler, org.xml.sax.ErrorHandler

public class CryptedXMLDocAuthenticator
extends XMLDocAuthenticator

Author:
Anou Manavalan

Constructor Summary
CryptedXMLDocAuthenticator()
           
 
Method Summary
 java.lang.String authenticate(java.lang.String userID, java.lang.String credential)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.apache.juddi.auth.XMLDocAuthenticator
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptedXMLDocAuthenticator

public CryptedXMLDocAuthenticator()
Method Detail

authenticate

public java.lang.String authenticate(java.lang.String userID,
                                     java.lang.String credential)
                              throws RegistryException
Specified by:
authenticate in interface Authenticator
Overrides:
authenticate in class XMLDocAuthenticator
Parameters:
userID -
credential -
Returns:
The publisherID for this user
RegistryException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception


Copyright © 2003 Apache Software Foundation. All rights reserved.