|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractServerLoginModule | |
| org.jboss.security.auth.spi | |
| org.jboss.test | |
| Uses of AbstractServerLoginModule in org.jboss.security.auth.spi |
| Subclasses of AbstractServerLoginModule 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 |
BaseCertLoginModule
Title: Base Login Module that uses X509Certificates as credentials for authentication |
class |
CertRolesLoginModule
Title: Certificate Login Module that uses a properties file to store role information. |
class |
DatabaseCertLoginModule
Title: Certificate Login Module that gets its role information from a database. |
class |
DatabaseServerLoginModule
A JDBC based login module that supports authentication and role mapping. |
class |
IdentityLoginModule
A simple login module that simply associates the principal specified in the module options with any subject authenticated against the module. |
class |
LdapLoginModule
An implementation of LoginModule that authenticates against an LDAP server using JNDI, based on the configuration properties. |
class |
SimpleServerLoginModule
A simple server login module useful to quick setup of security for testing purposes. |
class |
UsernamePasswordLoginModule
An abstract subclass of AbstractServerLoginModule that imposes an identity == String username, credentials == String password view on the login process. |
class |
UsersRolesLoginModule
A simple properties file based login module that consults two Java Properties formatted text files for username to password("users.properties") and username to roles("roles.properties") mapping. |
| Uses of AbstractServerLoginModule in org.jboss.test |
| Subclasses of AbstractServerLoginModule in org.jboss.test | |
static class |
LoginModulesTestCase.HashTestLoginModule
|
static class |
LoginModulesTestCase.TestLoginModule
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||