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
-
NullClientConnectAAA()
-
-
doAAA(Socket)
- Method that should implement the real AAA.
NullClientConnectAAA
public NullClientConnectAAA()
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