Class NullClientConnectAAA

java.lang.Object
   |
   +----ConnectAAA
           |
           +----ClientConnectAAA
                   |
                   +----NullClientConnectAAA

public class NullClientConnectAAA
extends ClientConnectAAA
This is a class that implements the client side Authentication, Authorisation, Accounting like services at connect level. Currently only authentication may be supported.

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


Constructor Index

 o NullClientConnectAAA()

Method Index

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

Constructors

 o NullClientConnectAAA
 public NullClientConnectAAA()

Methods

 o doAAA
 public boolean doAAA(Socket s)
Method that should implement the real AAA. This one is just fake and returns always true.

Parameters:
s - Socket used in negotiating with the peer
Returns:
True if ok, false if AAA went wrong
Overrides:
doAAA in class ClientConnectAAA