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 classCallerIdentityLoginModuleA simple login module that simply associates the principal making the connection request with the actual EIS connection requirements.classConfiguredIdentityLoginModuleA simple login module that simply associates the principal specified in the module options with any subject authenticated against the module.classJaasSecurityDomainIdentityLoginModuleDeprecated.security domains are not used for encryption currentlyclassPBEIdentityLoginModuleAn example of how one could encrypt the database password for a jca connection factory.classSecureIdentityLoginModuleAn example of how one could encrypt the database password for a jca connection factory.
-