Uses of Class
org.picketbox.datasource.security.AbstractPasswordCredentialLoginModule
-
Packages that use AbstractPasswordCredentialLoginModule Package Description org.picketbox.datasource.security -
-
Uses of AbstractPasswordCredentialLoginModule in org.picketbox.datasource.security
Subclasses of AbstractPasswordCredentialLoginModule in org.picketbox.datasource.security Modifier and Type Class Description 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 currentlyclass
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.
-