|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.v3.auth.XMLDocAuthenticator
org.apache.juddi.v3.auth.CryptedXMLDocAuthenticator
public class CryptedXMLDocAuthenticator
Constructor Summary | |
---|---|
CryptedXMLDocAuthenticator()
|
Method Summary | |
---|---|
java.lang.String |
authenticate(java.lang.String userID,
java.lang.String credential)
|
protected java.lang.String |
getFilename()
|
Methods inherited from class org.apache.juddi.v3.auth.XMLDocAuthenticator |
---|
identify, readUserFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CryptedXMLDocAuthenticator() throws javax.xml.bind.JAXBException, java.io.IOException, org.apache.commons.configuration.ConfigurationException
java.io.IOException
javax.xml.bind.JAXBException
org.apache.commons.configuration.ConfigurationException
Method Detail |
---|
protected java.lang.String getFilename() throws org.apache.commons.configuration.ConfigurationException
getFilename
in class XMLDocAuthenticator
org.apache.commons.configuration.ConfigurationException
public java.lang.String authenticate(java.lang.String userID, java.lang.String credential) throws AuthenticationException, FatalErrorException
authenticate
in interface Authenticator
authenticate
in class XMLDocAuthenticator
userID
- - userId of the user making the registry requestcredential
- - some authentical creditial (i.e. a password) which can be used to
authenticate the user.
AuthenticationException
FatalErrorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |