| Class | Description |
|---|---|
| DelegatingLoginModule |
A login module that just delegates all work to a different security domain.
When you use container managed security (CMS), EAP 6.1 requires the security domain being
already present in standalone.xml
With our setup we (re)-create the security domain of RHQUserSecurityDomain dynamically,
which makes CMS fail on startup and also on re-create.
|
| JDBCLoginModule |
A JDBC login module that only supports authentication JDBC LoginModule options:
|
| JDBCPrincipalCheckLoginModule |
A JDBC login module that passes only if there is no principal in the database.
|
| LdapLoginModule |
A login module for authenticating against an LDAP directory server using JNDI, based on configuration properties. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.