Class NullServerConnectAAA

java.lang.Object
   |
   +----ConnectAAA
           |
           +----ServerConnectAAA
                   |
                   +----NullServerConnectAAA

public class NullServerConnectAAA
extends ServerConnectAAA
This is a class that implements the NULL server side Authentication, Authorisation, Accounting like services at connect level. That is just a fake implementation, allowing the system to work, although no practical AAA is done.

Written: Radu Sion
Version: 0.1
Source: NullServerConnectAAA.java


Constructor Index

 o NullServerConnectAAA()

Method Index

 o doAAA(Socket)
Method that should implement the real AAA.

Constructors

 o NullServerConnectAAA
 public NullServerConnectAAA()

Methods

 o doAAA
 public boolean doAAA(Socket s)
Method that should implement the real AAA. This method just returns true.

Parameters:
s - Socket to use in negotiating with the client
Returns:
The return is always true
Overrides:
doAAA in class ServerConnectAAA