Class RunAsLoginModule

  • All Implemented Interfaces:
    LoginModule

    public class RunAsLoginModule
    extends Object
    implements LoginModule
    A login module that establishes a run-as role for the duration of the login phase of authentication. It can be used to allow another login module interact with a secured EJB that provides authentication services.
    Version:
    $Revision$
    Author:
    Scott.Stark@jboss.org