|
AXL Software™ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectClient
Class to send TACACS+ controls to a server.
This class uses the call back interface to receive reply packets. It also attempts each kind of authentication and displays the results.
| Constructor Summary | |
Client()
Default constructor. |
|
| Method Summary | |
void |
acceptTACACSReply(TACACSSession session,
Packet replyPacket)
Accept the reply packet from the TACACSClient. |
static void |
main(String[] a)
Main method to run the client. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Client()
| Method Detail |
public static void main(String[] a)
public void acceptTACACSReply(TACACSSession session,
Packet replyPacket)
acceptTACACSReply in interface TACACSCallbacksession - The session with the reply. This is the same session that was
sent by the client.replyPacket - ReplyPacket.
|
AXL Software™ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||