Modifier and Type | Class and Description |
---|---|
class |
AnonLoginModule
A simple login module that simply allows for the specification of the
identity of unauthenticated users via the unauthenticatedIdentity property.
|
class |
BaseCertLoginModule
Base Login Module that uses X509Certificates as credentials for
authentication.
|
class |
CertRolesLoginModule
Certificate Login Module that uses a properties file to store role information.
|
class |
DatabaseCertLoginModule
A 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 |
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 |
LdapUsersLoginModule
A login module to authenticate users using a LDAP server.
|
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
A
LoginModule that uses a properties file to store username and password for authentication. |
class |
RemoteHostTrustLoginModule
Trust specific hosts so that when usernames are passed in and the host that
passes them in is "trusted" it returns true regardless of any password or
credentials.
|
class |
RoleMappingLoginModule
JBAS-3323: Role Mapping Login Module that maps application role to
declarative role
- You will need to provide a properties file name with the option "rolesProperties"
which has the role to be replaced as the key and a comma-separated role names
as replacements.
|
class |
SimpleServerLoginModule
A simple server login module useful to quick setup of security for testing
purposes.
|
class |
SimpleUsersLoginModule
A
LoginModule that stores username and password as options. |
class |
UsernamePasswordLoginModule
An abstract subclass of AbstractServerLoginModule that imposes
an identity == String username, credentials == String password view on
the login process.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPasswordCredentialLoginModule
A base login module that handles
PasswordCredential s |
class |
CallerIdentityLoginModule
A simple login module that simply associates the principal making the
connection request with the actual EIS connection requirements.
|
class |
ConfiguredIdentityLoginModule
A simple login module that simply associates the principal specified
in the module options with any subject authenticated against the module.
|
class |
JaasSecurityDomainIdentityLoginModule
Deprecated.
security domains are not used for encryption currently
|
class |
PBEIdentityLoginModule
An example of how one could encrypt the database password for a jca
connection factory.
|
class |
SecureIdentityLoginModule
An example of how one could encrypt the database password for a jca
connection factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RegExUserNameLoginModule
PLINK-359: Login Module that extracts user name from the principal based on a regular expression
|
class |
SAML2CommonLoginModule
Login Module that is capable of dealing with SAML2 cases
|
class |
SAML2LoginModule
Login Module that is capable of dealing with SAML2 cases
|
class |
SAML2STSCommonLoginModule
This
LoginModule authenticates clients by validating their SAML assertions with an external security token service
(such as PicketLinkSTS). |
class |
SAML2STSLoginModule
This
LoginModule implements the local validation of SAML assertions on AS7. |
class |
SAMLTokenCertValidatingCommonLoginModule
This LoginModule authenticates clients by validating their SAML assertions locally.
|
class |
SAMLTokenCertValidatingLoginModule
This LoginModule authenticates clients by validating their SAML assertions
locally.
|
class |
SAMLTokenFromHttpRequestAbstractLoginModule
This is not login module with full functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLBearerTokenLoginModule
A login module that consumes a SAML Assertion passed via the password piece of a Basic authentication request.
|
class |
SAMLRoleLoginModule
A login module that extracts the roles from the SAML assertion that has been set in the Subject.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.