Package org.jboss.resource.security

Class Summary
AbstractPasswordCredentialLoginModule (src) A base login module that provides access to the ManagedConnectionFactory needed by the PasswordCredential.
CallerIdentityLoginModule (src) A simple login module that simply associates the principal making the connection request with the actual EIS connection requirements.
ConfiguredIdentityLoginModule (src) A simple login module that simply associates the principal specified in the module options with any subject authenticated against the module.
JaasSecurityDomainIdentityLoginModule (src) A login module for statically defining a data source username and password that uses a password that has been ecrypted by a JaasSecurityDomain.
SecureIdentityLoginModule (src) An example of how one could encrypt the database password for a jca connection factory.