|
AXL Software™ | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Packet | |
| com.theorem.tacacs | Classes that comprise the AXL TACAS+ client. |
| com.theorem.tacacs.examples.client | Example clients for TACACS+. |
| Uses of Packet in com.theorem.tacacs |
| Subclasses of Packet in com.theorem.tacacs | |
class |
AccountingPacket
The Accounting packet contains information in the reply packet returned from an accounting request. |
class |
AuthenticationPacket
Class providing the reply to an Authentication request. |
class |
AuthorizationPacket
The Authorization packet contains information in the reply packet returned from an authorization request. |
| Methods in com.theorem.tacacs that return Packet | |
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. |
| Methods in com.theorem.tacacs with parameters of type Packet | |
void |
TACACSCallback.acceptTACACSReply(TACACSSession session,
Packet replyPacket)
Accept a call back from the TACACSClient. |
| Uses of Packet in com.theorem.tacacs.examples.client |
| Methods in com.theorem.tacacs.examples.client with parameters of type Packet | |
void |
Client.acceptTACACSReply(TACACSSession session,
Packet replyPacket)
Accept the reply packet from the TACACSClient. |
|
AXL Software™ | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||