Uses of Class
org.jboss.security.auth.spi.UsernamePasswordLoginModule

Packages that use UsernamePasswordLoginModule
org.jboss.security.auth.spi   
 

Uses of UsernamePasswordLoginModule in org.jboss.security.auth.spi
 

Subclasses of UsernamePasswordLoginModule in org.jboss.security.auth.spi
 class AnonLoginModule
          A simple login module that simply allows for the specification of the identity of unauthenticated users via the unauthenticatedIdentity property.
 class DatabaseServerLoginModule
          A JDBC based login module that supports authentication and role mapping.
 class LdapExtLoginModule
          The org.jboss.security.auth.spi.LdapExtLoginModule, added in jboss-4.0.3, is an alternate ldap login module implementation that uses searches for locating both the user to bind as for authentication as well as the associated roles.
 class LdapLoginModule
          An implementation of LoginModule that authenticates against an LDAP server using JNDI, based on the configuration properties.
 class MemoryUsersRolesLoginModule
          A subclass of UsersRolesLoginModule that uses a singleton instance and memory based users/roles Properties maps to manage user/password and user/role mappings.
 class SimpleServerLoginModule
          A simple server login module useful to quick setup of security for testing purposes.
 class UsersLoginModule
          A simple properties file based login module that consults a Java Properties formatted text files for username to password("users.properties") mapping.
 class UsersRolesLoginModule
          A simple Properties map based login module that consults two Java Properties formatted text files for username to password("users.properties") and username to roles("roles.properties") mapping.
 class XMLLoginModule
          A login module that obtains its security information directly from its login module options.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.