public class CheckPassword extends Object implements Command<Boolean>, Serializable
protected String
password
userId
CheckPassword(String userId, String password)
Boolean
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String userId
protected String password
public CheckPassword(String userId, String password)
public Boolean execute(CommandContext commandContext)
execute
Command<Boolean>