Package | Description |
---|---|
org.eclipse.jetty.jaas.spi |
Jetty Jaas : Various Jaas Implementations for Jetty
|
Modifier and Type | Class and Description |
---|---|
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-2015 Webtide. All Rights Reserved.