The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
fr.gedeon | telnetservice-example1-core | 0.2.0 | - | jar | |
fr.gedeon | telnetservice-jaas | 0.2.0 | - | jar | |
log4j | log4j | 1.2.9 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
commons-collections | commons-collections | 3.1 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
fr.gedeon | telnetservice-core | 0.5.0 | - | jar | |
org.apache.velocity | velocity | 1.5 | - | jar | |
oro | oro | 2.0.8 | - | jar |
Step-by-step instructions to including JAAS support to an integrated telnetservice application.
http://telnetservice.sourceforge.net/telnetservice-example2-jaas
JAAS handlers implementations add-ons to the telnetservice-core library. Chaining of handlers allows to provide JAAS authentication functionality and regaining control over the activity after user has successfully logged in.
http://telnetservice.sourceforge.net/telnetservice-jaas
TODO
http://telnetservice.sourceforge.net/telnetservice-example1-core
Java library that allows to integrate telnet to apps by taking care of the underlying telnet plumbing and delegating the business logic to the containing app through a simple API.