Class ConnectAAA

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

public abstract class ConnectAAA
extends Object
This is a abstract class that implements Authentication, Authorisation, Accounting like services at connect level. It should be designed as a sort of plugin for both client & server side. Currently only authentication may be supported.

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


Constructor Index

 o ConnectAAA()

Method Index

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

Constructors

 o ConnectAAA
 public ConnectAAA()

Methods

 o doAAA
 public abstract boolean doAAA(Socket s)
Method that should implement the real AAA. It is used in both client & server cases.

Parameters:
s - Socket to use in negotiating with the peer
Returns:
The return is dependent of case, true might be success