Skip to content
janicki edited this page Aug 13, 2016 · 14 revisions

This TACACS+ Java library codes/decodes all client and server packet types, and handles the I/O too. The client API includes everything needed to integrate a Java application. The server API includes a working skeleton for handling requests, but leaves the rest (config DB, policies, GUI, etc.) to a developer.

The client has been tested with commercial servers from TACACS.net and Cisco ACS. And the built-in skeleton was the initial test server.

This Java library was developed to integrate TACACS+ for authentication/authorization in our commercial TrapStationTM product — a fancy SNMP trap forwarder. We hope open-sourcing this code will aid TACACS+ integrations in other Java-based products.

See /docs/README.md for more information.

Clone this wiki locally