org.apache.geronimo.security.jaas.DecouplingCallbackHandler This callback handler separates the process of obtaining callbacks from the user from the process of providing the user's values to the login module. This means the JaasLoginService can figure out what callbacks the module wants and prompt the user in advance, and then turn around and pass those ...
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.jboss.test.client.test.SystemPropertyCallbackHandler A test CallbackHandler that sets any NameCallback name property to the j_username system property and sets any PasswordCallback password property to the j_password system property. @author Scott.Stark@jboss.org @version $Revision: 1.1.2.1 $
org.objectweb.jonas.security.auth.callback.NoInputCallbackHandler The username and password are given by the constructor No JNDI, datasource or file checks. @author Florent Benoit (initial developer) @author Alexandre Thaveau (add the use of certificates) @author Marc-Antoine Bourgeot (add the use of certificates)