Class LoginSubmitAction

  • All Implemented Interfaces:
    com.xpn.xwiki.internal.web.LegacyAction

    @Component
    @Named("loginsubmit")
    @Singleton
    public class LoginSubmitAction
    extends XWikiAction
    Action for processing login requests sent using the normal web login form. The actual login request processing is done before this action is invoked, the URL will trigger the authenticator automatically. If the authentication was successful, then a proper user is set in the context, and the login.vm template will redirect to the view mode.
    Version:
    $Id: 7dabbea6639686464f64c0efc48daf60e86194b0 $