public abstract class AbstractLoginCommand extends Object implements Command
Constructor and Description |
---|
AbstractLoginCommand(Session session) |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(CommandParser commandParser)
Executes the command, after parsing arguments if necessary.
|
protected void |
startTransaction(Principal userPrincipal) |
protected final Session session
public AbstractLoginCommand(Session session)
public abstract void execute(CommandParser commandParser) throws java.io.IOException, Pop3Exception
Command
execute
in interface Command
java.io.IOException
Pop3Exception
protected void startTransaction(Principal userPrincipal) throws MaildropPopException, java.io.IOException
MaildropPopException
java.io.IOException