socks.server |
|
Java Source File Name | Type | Comment |
Ident.java | Class | Class Ident provides means to obtain user name of the owner of the socket
on remote machine, providing remote machine runs identd daemon. |
IdentAuthenticator.java | Class | An implementation of socks.ServerAuthentication which provides
simple authentication based on the host from which the connection
is made and the name of the user on the remote machine, as reported
by identd daemon on the remote machine. |
ServerAuthenticator.java | Interface | Classes implementing this interface should provide socks server with
authentication and authorization of users. |
ServerAuthenticatorNone.java | Class | An implementation of ServerAuthenticator, which does not do
any authentication. |
UserPasswordAuthenticator.java | Class | This class implements SOCKS5 User/Password authentication scheme as
defined in rfc1929,the server side of it. |
UserValidation.java | Interface | Interface which provides for user validation, based on user name
password and where it connects from. |