Uses of Class
org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule

Packages that use AbstractLoginModule
org.eclipse.jetty.plus.jaas.spi   
 

Uses of AbstractLoginModule in org.eclipse.jetty.plus.jaas.spi
 

Subclasses of AbstractLoginModule in org.eclipse.jetty.plus.jaas.spi
 class AbstractDatabaseLoginModule
          AbstractDatabaseLoginModule Abstract base class for LoginModules that interact with a database to retrieve authentication and authorization information.
 class DataSourceLoginModule
          DataSourceLoginModule A LoginModule that uses a DataSource to retrieve user authentication and authorisation information.
 class JDBCLoginModule
          JDBCLoginModule
 class LdapLoginModule
          A LdapLoginModule for use with JAAS setups

The jvm should be started with the following parameter:

-Djava.security.auth.login.config=etc/ldap-loginModule.conf

and an example of the ldap-loginModule.conf would be:

 class PropertyFileLoginModule
          PropertyFileLoginModule
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.