FileDocCategorySizeDatePackage
TRTrackerServerAuthenticationListener.javaAPI DocAzureus 3.0.3.41538Thu Feb 09 19:43:18 GMT 2006org.gudy.azureus2.core3.tracker.server

TRTrackerServerAuthenticationListener

public interface TRTrackerServerAuthenticationListener
author
parg

Fields Summary
Constructors Summary
Methods Summary
public booleanauthenticate(java.net.URL resource, java.lang.String user, java.lang.String password)
checks the password against user and returns true if OK

param
resource
param
user
param
password
return

public byte[]authenticate(java.net.URL resource, java.lang.String user)
returns SHA1 hash of pw for user if available

param
resource
param
user
return