Class BaseLoginCommand<F extends BaseForm>

java.lang.Object
com.echothree.util.server.control.BaseCommand
com.echothree.util.server.control.BaseSimpleCommand<F>
com.echothree.control.user.authentication.server.command.BaseLoginCommand<F>
All Implemented Interfaces:
ExecutionErrorAccumulator, ExecutionWarningAccumulator, SecurityMessageAccumulator
Direct Known Subclasses:
CreateUserLoginCommand, CustomerLoginCommand, DeleteUserLoginCommand, EmployeeLoginCommand, ResetLockoutCommand, SetPasswordCommand, VendorLoginCommand

public abstract class BaseLoginCommand<F extends BaseForm> extends BaseSimpleCommand<F>