All Classes and Interfaces
Classes
Class
Description
AbstractDatabaseLoginModule
Abstract base class for LoginModules that interact with a
database to retrieve authentication and authorization information.
AbstractLoginModule
Abstract base class for all LoginModules.
DataSourceLoginModule
A LoginModule that uses a DataSource to retrieve user authentication
and authorisation information.
DefaultCallbackHandler
An implementation of the JAAS CallbackHandler.
JAASLoginService
Implementation of jetty's LoginService that works with JAAS for
authorization and authentication.
JAASPrincipal
JAASUserPrincipal
JAAS LoginModule to retrieve user information from
a database and authenticate the user.
A LdapLoginModule for use with JAAS setups
ObjectCallback
PropertyFileLoginModule
PropertyUserStoreManager
Maintains a map of PropertyUserStores, keyed off the location of the property file containing
the authentication and authorization information.
RequestParameterCallback
ServletRequestCallback
Provides access to the request associated with the authentication.