|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gudy.azureus2.plugins.tracker.web.TrackerAuthenticationAdapter
public class TrackerAuthenticationAdapter
| Constructor Summary | |
|---|---|
TrackerAuthenticationAdapter()
|
|
| Method Summary | |
|---|---|
byte[] |
authenticate(java.net.URL resource,
java.lang.String user)
For the UDP tracker protocol it is necessary to return the SHA1 hash of the password for the user, allowing the core to perform the necessary checks |
boolean |
authenticate(java.net.URL resource,
java.lang.String user,
java.lang.String password)
authentica a given user/password pair for access to the given resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackerAuthenticationAdapter()
| Method Detail |
|---|
public boolean authenticate(java.net.URL resource,
java.lang.String user,
java.lang.String password)
TrackerAuthenticationListener
authenticate in interface TrackerAuthenticationListener
public byte[] authenticate(java.net.URL resource,
java.lang.String user)
TrackerAuthenticationListener
authenticate in interface TrackerAuthenticationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||