Package socks.server

Interface Summary
ServerAuthenticator Classes implementing this interface should provide socks server with authentication and authorization of users.
UserValidation Interface which provides for user validation, based on user name password and where it connects from.
 

Class Summary
Ident Class Ident provides means to obtain user name of the owner of the socket on remote machine, providing remote machine runs identd daemon.
IdentAuthenticator 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.
ServerAuthenticatorNone An implementation of ServerAuthenticator, which does not do any authentication.
UserPasswordAuthenticator This class implements SOCKS5 User/Password authentication scheme as defined in rfc1929,the server side of it.