org.objectweb.jonas.security.auth.spi.JDirectResourceLoginModule Define a login module for the authentication by using one of the JOnAS resource Datasource, LDAP or file @author Florent Benoit (initial developer) @author Alexandre Thaveau (add callback for certificates) @author Marc-Antoine Bourgeot (add callback for certificates)
org.objectweb.jonas.security.auth.spi.JResourceLoginModule Define a login module for the authentication by using one of the JOnAS resource Datasource, LDAP or file. This LoginModule delegates to the Server the authentication. @author Florent Benoit
org.apache.geronimo.security.realm.providers.SQLLoginModule A login module that loads security information from a SQL database. Expects to be run by a GenericSecurityRealm (doesn't work on its own). @version $Rev: 165344 $ $Date: 2005-04-29 14:19:43 -0700 (Fri, 29 Apr 2005) $
org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule A LoginModule that reads a list of users and group from files on disk. The files should be formatted using standard Java properties syntax. Expects to be run by a GenericSecurityRealm (doesn't work on its own). @version $Rev: 169154 $ $Date: 2005-05-08 12:35:23 -0700 (Sun, 08 May 2005) $
org.jboss.security.auth.spi.AbstractServerLoginModule This class implements the common functionality required for a JAAS server side LoginModule and implements the JBossSX standard Subject usage pattern of storing identities and roles. Subclass this module to create your own custom LoginModule and override the login(), getRoleSets() and getIdentity() ...
org.jboss.resource.security.CallerIdentityLoginModule A simple login module that simply associates the principal making the connection request with the actual EIS connection requirements. The type of Principal class used is <code>org.jboss.security.SimplePrincipal.</code> <p> @see org.jboss.resource.security.ConfiguredIdentityLogi ...