super("ADD_KEY");
}
protected KeyResourceDTO execute(SSHKeyType type, String name, String content) throws OpenShiftException {
return super.execute(
new StringParameter(IOpenShiftJsonConstants.PROPERTY_TYPE, type.getTypeId()),
new StringParameter(IOpenShiftJsonConstants.PROPERTY_NAME, name),
new StringParameter(IOpenShiftJsonConstants.PROPERTY_CONTENT, content));
}