Logo

Java Authentication and Authorization Service (JAAS) in Action

Small book cover: Java Authentication and Authorization Service (JAAS) in Action

Java Authentication and Authorization Service (JAAS) in Action
by


Number of pages: 246

Description:
JAAS is the Java Authentication and Authorization Service bundled in Java SE. JAAS can be used to provide user management and permissioning. This book covers the basics of JAAS, and then quickly goes into how to write database backed versions of JAAS service classes such as Policy, Configuration, and LoginModule.

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Java Native Interface: Programmer's Guide and SpecificationJava Native Interface: Programmer's Guide and Specification
by - Prentice Hall PTR
The book documents the latest in native code programming for Java using the Java Native Interface with C/C++. The text is built around 'dos and don'ts', even specifying when you should not use JNI. Written for the experienced Java developer.
(24586 views)
Book cover: Google App Engine Java ExperimentsGoogle App Engine Java Experiments
by
This book is for Java programmers looking to get started on Google App Engine, as well as App Engine programmers looking to move to Java. The journey begins with a look at the Google Plugin for Eclipse and finishes with a working web application.
(15365 views)
Book cover: Java Look and Feel Design GuidelinesJava Look and Feel Design Guidelines
- Addison-Wesley Professional
This book provides programmers with the requirements for creating user interfaces using the Java Foundation Classes. The book uses rich color on every page while demonstrating how you can create Java programs that will look great on any computer.
(17826 views)
Book cover: OSGi in PracticeOSGi in Practice
by - GitHub
Java alone does not support modularity. However, Java's great strength is its flexibility, which has allowed a powerful module system to be built on top. That module system is called OSGi. OSGi is the way to build modular applications in Java.
(9031 views)