Uses of Class
org.jboss.security.auth.spi.UsersRolesLoginModule
-
Packages that use UsersRolesLoginModule Package Description org.jboss.security.auth.spi -
-
Uses of UsersRolesLoginModule in org.jboss.security.auth.spi
Subclasses of UsersRolesLoginModule in org.jboss.security.auth.spi Modifier and Type Class Description 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
PropertiesUsersLoginModule
ALoginModule
that uses a properties file to store username and password for authentication.class
SimpleUsersLoginModule
ALoginModule
that stores username and password as options.
-