public class CreateTokenCmd extends Object implements Command<Token>, Serializable
protected String
tokenId
CreateTokenCmd(String tokenId)
Token
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String tokenId
public CreateTokenCmd(String tokenId)
public Token execute(CommandContext commandContext)
execute
Command<Token>