Class LoginCommand

java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.security.LoginCommand
All Implemented Interfaces:
Command

public class LoginCommand extends AbstractCommand
A Web Site Command to Authenticate users.
Since:
1.0
Version:
11.1
Author:
Luke
  • Constructor Details

    • LoginCommand

      public LoginCommand()
  • Method Details

    • execute

      public void execute(CommandContext ctx) throws CommandException
      Execute the command.
      Parameters:
      ctx - the Command context
      Throws:
      CommandException - if an unhandled error occrurs. Login failures are not considered errors.