|
AXL Software™ | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TACACSSession | |
| com.theorem.tacacs | Classes that comprise the AXL TACAS+ client. |
| com.theorem.tacacs.examples.client | Example clients for TACACS+. |
| Uses of TACACSSession in com.theorem.tacacs |
| Methods in com.theorem.tacacs that return TACACSSession | |
TACACSSession |
TACACSClient.createSession(TACACSCallback callback)
Create a session. |
| Methods in com.theorem.tacacs with parameters of type TACACSSession | |
void |
TACACSCallback.acceptTACACSReply(TACACSSession session,
Packet replyPacket)
Accept a call back from the TACACSClient. |
void |
TACACSClient.removeSession(TACACSSession session)
Remove a TACACSSession from the client. |
Packet |
TACACSClient.accounting(int acctType,
TACACSSession session)
Send Accounting information. |
Packet |
TACACSClient.authorization(int action,
TACACSSession session)
Send Authorization information. |
Packet |
TACACSClient.authentication(int authenType,
TACACSSession session,
byte[] data)
Send Authentication information. |
Packet |
TACACSClient.authenticationContinue(int authenType,
TACACSSession session,
int flag,
byte[] userMessage,
byte[] data)
Send Authentication CONTINUE information. |
| Uses of TACACSSession in com.theorem.tacacs.examples.client |
| Methods in com.theorem.tacacs.examples.client that return TACACSSession | |
TACACSSession |
ExampleUtil.createSession(TACACSClient tc)
Create a new session with a standard set up. |
| Methods in com.theorem.tacacs.examples.client with parameters of type TACACSSession | |
void |
Client.acceptTACACSReply(TACACSSession session,
Packet replyPacket)
Accept the reply packet from the TACACSClient. |
|
AXL Software™ | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||